[Bps-public-commit] r12184 - Shipwright/trunk/share/bin
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Fri May 9 09:24:47 EDT 2008
Author: sunnavy
Date: Fri May 9 09:24:47 2008
New Revision: 12184
Modified:
Shipwright/trunk/share/bin/shipwright-builder
Log:
tiny change, to erace the critic warning
Modified: Shipwright/trunk/share/bin/shipwright-builder
==============================================================================
--- Shipwright/trunk/share/bin/shipwright-builder (original)
+++ Shipwright/trunk/share/bin/shipwright-builder Fri May 9 09:24:47 2008
@@ -190,7 +190,7 @@
File::Spec->catfile( $args{'install-base'}, 'tools', $_ ) );
}
- chmod 0755,
+ chmod oct 755,
File::Spec->catfile( $args{'install-base'}, 'tools',
'shipwright-utility' );
@@ -337,7 +337,7 @@
'shipwright-script-wrapper' ) => $file
or die $!;
}
- chmod 0755, $file;
+ chmod oct 755, $file;
};
my @dirs =
More information about the Bps-public-commit
mailing list