You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2012/10/04 13:38:37 UTC

svn commit: r1393994 - /buildr/trunk/ci.sh

Author: donaldp
Date: Thu Oct  4 11:38:35 2012
New Revision: 1393994

URL: http://svn.apache.org/viewvc?rev=1393994&view=rev
Log:
Fix the switch that selects the ruby virtual machine

Modified:
    buildr/trunk/ci.sh

Modified: buildr/trunk/ci.sh
URL: http://svn.apache.org/viewvc/buildr/trunk/ci.sh?rev=1393994&r1=1393993&r2=1393994&view=diff
==============================================================================
--- buildr/trunk/ci.sh (original)
+++ buildr/trunk/ci.sh Thu Oct  4 11:38:35 2012
@@ -45,9 +45,9 @@ fi
 # Select the Ruby virtual machine and default to 1.9.3 if not specified
 if [ "X$BUILD_RVM" == "X1.9.2" ]; then
   export BUILDR_RUBY_VERSION=ruby-1.9.2-p320
-elif [ "X$BUILD_JVM" == "X1.8.7" ]; then
+elif [ "X$BUILD_RVM" == "X1.8.7" ]; then
   export BUILDR_RUBY_VERSION=ruby-1.8.7-p358
-elif [ "X$BUILD_JVM" == "Xjruby" ]; then
+elif [ "X$BUILD_RVM" == "Xjruby" ]; then
   export BUILDR_RUBY_VERSION=jruby-1.6.7
 else
   export BUILDR_RUBY_VERSION=ruby-1.9.3-p0