[Bps-public-commit] r19007 - Shipwright/trunk/lib/Shipwright/Source
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Mar 31 22:51:47 EDT 2009
Author: sunnavy
Date: Tue Mar 31 22:51:47 2009
New Revision: 19007
Modified:
Shipwright/trunk/lib/Shipwright/Source/Base.pm
Log:
need chdir back if the dep's source run fails
Modified: Shipwright/trunk/lib/Shipwright/Source/Base.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Source/Base.pm (original)
+++ Shipwright/trunk/lib/Shipwright/Source/Base.pm Tue Mar 31 22:51:47 2009
@@ -434,6 +434,7 @@
# if run returns false, we should skip trying to install it.
# this lets us skip explicit dependencies that are actually part of the perl core
#delete $require->{$type}{$module};
+ chdir $cwd;
next;
}
More information about the Bps-public-commit
mailing list