##// END OF EJS Templates
Make --command option usable on Windows....
Jean-Philippe Lang -
r1875:9e7bce6a9462
parent child
Show More
@@ -220,7 +220,7 projects.each do |project|
220 next;
220 next;
221 end
221 end
222
222
223 repos_path = $repos_base + "/" + project.identifier
223 repos_path = File.join($repos_base, project.identifier).gsub(File::SEPARATOR, File::ALT_SEPARATOR || File::SEPARATOR)
224
224
225 if File.directory?(repos_path)
225 if File.directory?(repos_path)
226
226
General Comments 0
You need to be logged in to leave comments. Login now