Skip to content

Instantly share code, notes, and snippets.

@donpdonp
Created March 22, 2011 16:37
Show Gist options
  • Save donpdonp/881526 to your computer and use it in GitHub Desktop.
Save donpdonp/881526 to your computer and use it in GitHub Desktop.
donp@sparky:~$ ruby -e 'puts "Hello World."'
Hello World.
donp@sparky:~$ jruby -e 'puts "Hello World."'
donp@sparky:~$
@sblom
Copy link

sblom commented Mar 22, 2011

D'oh. What's jruby's problem?

@donpdonp
Copy link
Author

it was my problem, lack of bash-foo.
/usr/local/bin/jruby was a shell script of "/usr/local/jruby/bin/jruby $"
the $
i thought would include all params but does not.
i changed it to a symlink and it works now.

@donpdonp
Copy link
Author

that should read dollar-sign asterisk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment