cookutils rev 299 1.6.3

cooker: Fix loop then --> do
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 01 11:47:37 2012 +0100 (2012-03-01)
parents caad7e8b1a33
children 114630818362
files cooker
line diff
     1.1 --- a/cooker	Wed Feb 29 22:53:09 2012 +0100
     1.2 +++ b/cooker	Thu Mar 01 11:47:37 2012 +0100
     1.3 @@ -169,7 +169,8 @@
     1.4  	do
     1.5  		unset WANTED
     1.6  		. $wok/$pkg/receipt
     1.7 -		for wanted in $WANTED ; then
     1.8 +		for wanted in $WANTED
     1.9 +		do
    1.10  			echo "$pkg :: $wanted"
    1.11  			if grep -q ^${wanted}$ $cooklist; then
    1.12  				sed -i -e "/^$pkg$/"d  \