Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: JRuby 1.4
-
Fix Version/s: None
-
Component/s: IBM/Other VM
-
Labels:None
-
Environment:OpenVMS Alpha V8.3 on an AlphaServer DS10 617 MHz
-
Number of attachments :
Description
As per http://jira.codehaus.org/browse/JRUBY-3902 (failing maybe for the same reason?) jruby is invoked as follows:
$ sh sym jruby
JRUBY == "$ DKC200:[DYMAX.JRE_503.BIN]JAVA$JAVA.EXE "-Djruby.home=/dym$disk/dymax/jruby-1_3_1" "-Djruby.lib=/dym$disk/dymax/jruby-1_3_1/lib" "-Djruby.script
=jruby" "-Djruby.memory.max=500m" "-Djruby.stack.max=1024k" "-Xmx500m" "-Xss1024k" "-Xbootclasspath/a:/dym$disk/dymax/jruby-1_3_1/lib/bsf.jar:/dym$disk/dymax/j
ruby-1_3_1/lib/jruby.jar" "org.jruby.Main" "-I/dym$disk/dymax/pro/ruby/lib/site_ruby/dylib""
$ jruby -e "p system('dir')"
false
This is similar to your other backtick bug...and involves pretty much the same logic. Is there a command shell used by default on OpenVMS, like cmd.exe on Windows or sh on UNIX?