Commit 9e7bce6a authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Make --command option usable on Windows.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1877 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 710ac534
......@@ -220,7 +220,7 @@ projects.each do |project|
next;
end
repos_path = $repos_base + "/" + project.identifier
repos_path = File.join($repos_base, project.identifier).gsub(File::SEPARATOR, File::ALT_SEPARATOR || File::SEPARATOR)
if File.directory?(repos_path)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment