tazwok rev 151

tazwok: no continue outside loops
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 23 16:59:18 2009 +0200 (2009-09-23)
parents 6f7455cdc772
children 1ce23075b63f
files tazwok
line diff
     1.1 --- a/tazwok	Fri Sep 18 09:53:45 2009 +0200
     1.2 +++ b/tazwok	Wed Sep 23 16:59:18 2009 +0200
     1.3 @@ -236,7 +236,7 @@
     1.4  					fi
     1.5  				done ;;
     1.6  			y|yes)
     1.7 -				continue ;;
     1.8 +				;;
     1.9  			*)
    1.10  				exit 0 ;;
    1.11  		esac
    1.12 @@ -525,9 +525,7 @@
    1.13  		cd $WOK/$PACKAGE
    1.14  		# Skip generic files for packages with a WANTED variable
    1.15  		# (dev and splited pkgs).
    1.16 -		if [ ! "$WANTED" = "" ]; then
    1.17 -			continue
    1.18 -		else
    1.19 +		if [ "$WANTED" = "" ]; then
    1.20  			copy_generic_files
    1.21  		fi
    1.22  		strip_package