berkesokhan / rubydotnetcompiler

Automatically exported from code.google.com/p/rubydotnetcompiler
1 stars 0 forks source link

PERWAPI writes file named ../dir\filename.exe under Unix #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In Unix, run
mono RubyCompiler.exe /debug:none filename.rb

Expected result:
A file in current directory named "filename.exe"

Actual result:
A filename in parent directory named "<current dir name>\filename.exe"
(with the backslash as part of the file name).

Original issue reported on code.google.com by sason...@gmail.com on 26 Nov 2007 at 7:00