[Bps-public-commit] r18374 - Shipwright/trunk/share/bin

jesse at bestpractical.com jesse at bestpractical.com
Fri Feb 13 17:23:45 EST 2009


Author: jesse
Date: Fri Feb 13 17:23:45 2009
New Revision: 18374

Modified:
   Shipwright/trunk/share/bin/shipwright-builder

Log:
* It helps when I balance parens. Sadly, shipwright tests don't catch this failure

Modified: Shipwright/trunk/share/bin/shipwright-builder
==============================================================================
--- Shipwright/trunk/share/bin/shipwright-builder	(original)
+++ Shipwright/trunk/share/bin/shipwright-builder	Fri Feb 13 17:23:45 2009
@@ -328,7 +328,7 @@
             # assume we should use it 
             # XXX TODO - this will fail on old shipwright sources 
             # which have a vendor directory inside the dist.
-            if (!$branch  &&     -d  catdir( 'sources', $dir,  'vendor' ) {
+            if (!$branch  &&     -d  catdir( 'sources', $dir,  'vendor' )) {
                         $branch = 'vendor';
             }  
            system( "cp -r "



More information about the Bps-public-commit mailing list