[Bps-public-commit] r10559 - bpsbuilder/Shipwright/lib/Shipwright/Script
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Jan 29 15:31:11 EST 2008
Author: sunnavy
Date: Tue Jan 29 15:31:11 2008
New Revision: 10559
Modified:
bpsbuilder/Shipwright/lib/Shipwright/Script/Import.pm
Log:
forgot a colon
Modified: bpsbuilder/Shipwright/lib/Shipwright/Script/Import.pm
==============================================================================
--- bpsbuilder/Shipwright/lib/Shipwright/Script/Import.pm (original)
+++ bpsbuilder/Shipwright/lib/Shipwright/Script/Import.pm Tue Jan 29 15:31:11 2008
@@ -203,7 +203,7 @@
push @commands, "make: ./Build";
push @commands, "test: ./Build test";
push @commands, "install: ./Build install";
- push @commands, "clean ./Build realclean";
+ push @commands, "clean: ./Build realclean";
}
elsif ( -f 'Makefile.PL' ) {
push @commands,
More information about the Bps-public-commit
mailing list