Subversion Repositories configs

Rev

Rev 192 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 208
Line 73... Line 73...
73
		  if (first)
73
		  if (first)
74
			print opts; first=0
74
			print opts; first=0
75
		  dir = $2
75
		  dir = $2
76
		  loc = $2
76
		  loc = $2
77
		  # Enclose mount dir and location in quotes
77
		  # Enclose mount dir and location in quotes
78
		  # Double quote "$" in location as it is special
-
 
79
		  gsub(/\$$/, "\\$", loc);
-
 
80
		  gsub(/\&/,"\\\\&",loc)
-
 
81
		  print " \\\n\t \"/" dir "\"", "\"://" key "/" loc "\""
78
		  print " \\\n\t \"/" dir "\"", "\"://" key "/" loc "\""
82
		}
79
		}
83
	END 	{ if (!first) print "\n"; else exit 1 }
80
	END 	{ if (!first) print "\n"; else exit 1 }
84
	'
81
	'
85
 
82