You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by as...@apache.org on 2008/10/08 23:38:11 UTC

svn commit: r702996 - /incubator/buildr/trunk/Rakefile

Author: assaf
Date: Wed Oct  8 14:38:10 2008
New Revision: 702996

URL: http://svn.apache.org/viewvc?rev=702996&view=rev
Log:
Minor fix to Rakefile

Modified:
    incubator/buildr/trunk/Rakefile

Modified: incubator/buildr/trunk/Rakefile
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/Rakefile?rev=702996&r1=702995&r2=702996&view=diff
==============================================================================
--- incubator/buildr/trunk/Rakefile (original)
+++ incubator/buildr/trunk/Rakefile Wed Oct  8 14:38:10 2008
@@ -58,5 +58,5 @@
   # Dependency check for the other platform, i.e. if making a release with Ruby,
   # run dependency checks with JRuby. (Also, good opportunity to upgrade other
   # platform's dependencies)
-  sh RUBY_PLATFORM =~ /java/ ? 'ruby' : 'jruby', '-S', 'rake', 'setup dependency'
+  sh RUBY_PLATFORM =~ /java/ ? 'ruby' : 'jruby -S rake setup dependency'
 end
\ No newline at end of file