You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by vb...@apache.org on 2008/09/24 22:10:58 UTC

svn commit: r698709 - /incubator/buildr/trunk/_buildr

Author: vborja
Date: Wed Sep 24 13:10:58 2008
New Revision: 698709

URL: http://svn.apache.org/viewvc?rev=698709&view=rev
Log:
_buildr property pass command line options to _BUILDR_RB

Modified:
    incubator/buildr/trunk/_buildr

Modified: incubator/buildr/trunk/_buildr
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/_buildr?rev=698709&r1=698708&r2=698709&view=diff
==============================================================================
--- incubator/buildr/trunk/_buildr (original)
+++ incubator/buildr/trunk/_buildr Wed Sep 24 13:10:58 2008
@@ -44,7 +44,7 @@
   end
 }
 
+cmd.push '--' # The following args are for Buildr
 cmd.push *ARGV
-
 exec *cmd