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/09/23 03:53:23 UTC

svn commit: r1388948 - /buildr/trunk/.rvmrc

Author: donaldp
Date: Sun Sep 23 01:53:23 2012
New Revision: 1388948

URL: http://svn.apache.org/viewvc?rev=1388948&view=rev
Log:
Cleanup whitespace

Modified:
    buildr/trunk/.rvmrc

Modified: buildr/trunk/.rvmrc
URL: http://svn.apache.org/viewvc/buildr/trunk/.rvmrc?rev=1388948&r1=1388947&r2=1388948&view=diff
==============================================================================
--- buildr/trunk/.rvmrc (original)
+++ buildr/trunk/.rvmrc Sun Sep 23 01:53:23 2012
@@ -16,7 +16,7 @@ project_dir=`pwd`
 export BUILDR_GEMSET=${JOB_NAME-`basename "$project_dir"`}
 
 detected_version=`rvm list strings | grep ${BUILDR_RUBY_VERSION}`
-if [ "X" == "X${detected_version}" ] ; then
+if [ "X" == "X${detected_version}" ]; then
   echo "${BUILDR_RUBY_VERSION} was not found, running 'rvm install ${BUILDR_RUBY_VERSION}'..."
   rvm install ${BUILDR_RUBY_VERSION}
 fi