Make handling of Windows / Linux symmetric when it comes

to "clines". Implemented as a Perl script on Linux.
This commit is contained in:
Johan Holmberg
2009-05-12 16:53:18 +00:00
committed by holmberg556
parent 2a7bb70fee
commit a3bd727568
2 changed files with 9 additions and 0 deletions

View File

@ -250,6 +250,8 @@ end
path_dirs = [ File.expand_path("t/bin") ]
if RUBY_PLATFORM =~ /mswin/
path_dirs.unshift File.expand_path("t/bin/windows")
else
path_dirs.unshift File.expand_path("t/bin/unix")
end
ENV["PATH"] = [