jruby.sh 198 B

12345678
  1. #!/bin/bash
  2. RETCODE=$(fw_exists ~/.rvm/rubies/jruby-1.7.8/)
  3. [ ! "$RETCODE" == 0 ] || { return 0; }
  4. # Instead of installing separately, we install JRuby
  5. # whenever we install Ruby
  6. fw_depends ruby