Make handling of Windows / Linux symmetric when it comes
to "clines". Implemented as a Perl script on Linux.
This commit is contained in:

committed by
holmberg556

parent
2a7bb70fee
commit
a3bd727568
@ -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"] = [
|
||||
|
Reference in New Issue
Block a user