[Bps-public-commit] r13645 - in Shipwright/trunk: share/bin

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri Jun 27 02:21:50 EDT 2008


Author: sunnavy
Date: Fri Jun 27 02:21:50 2008
New Revision: 13645

Modified:
   Shipwright/trunk/   (props changed)
   Shipwright/trunk/share/bin/shipwright-builder

Log:
 r13883 at sunnavys-mb:  sunnavy | 2008-06-27 14:11:41 +0800
 typo fix


Modified: Shipwright/trunk/share/bin/shipwright-builder
==============================================================================
--- Shipwright/trunk/share/bin/shipwright-builder	(original)
+++ Shipwright/trunk/share/bin/shipwright-builder	Fri Jun 27 02:21:50 2008
@@ -107,9 +107,9 @@
 my $ktf =
   ( YAML::Tiny->read( File::Spec->catfile( 'shipwright', 'ktf.yml' ) ) )->[0];
 
-# fill not specified but mandatary flags
-if ( $flags->{__mandatary} ) {
-    for my $list ( values %{ $flags->{__mandatary} } ) {
+# fill not specified but mandatory flags
+if ( $flags->{__mandatory} ) {
+    for my $list ( values %{ $flags->{__mandatory} } ) {
         next unless @$list;
         next if grep { $args{flags}{$_} } @$list;
         $args{flags}{ $list->[0] }++;



More information about the Bps-public-commit mailing list