[Bps-public-commit] r10733 - bpsbuilder/Shipwright/lib/Shipwright
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Feb 5 21:04:01 EST 2008
Author: sunnavy
Date: Tue Feb 5 21:04:00 2008
New Revision: 10733
Modified:
bpsbuilder/Shipwright/lib/Shipwright/Backend.pm
Log:
it's instead of perl
Modified: bpsbuilder/Shipwright/lib/Shipwright/Backend.pm
==============================================================================
--- bpsbuilder/Shipwright/lib/Shipwright/Backend.pm (original)
+++ bpsbuilder/Shipwright/lib/Shipwright/Backend.pm Tue Feb 5 21:04:00 2008
@@ -443,7 +443,7 @@
# then link to it, else link to the normal one
if ( $type
&& grep( { $_ eq $type } @$order )
- && !( grep { $_ eq 'perl' } @{ $args{skip} } )
+ && !( grep { $_ eq $type } @{ $args{skip} } )
&& -e File::Spec->catfile( '..', 'etc', "shipwright-$type-wrapper" )
)
{
More information about the Bps-public-commit
mailing list