# HG changeset patch # User Pascal Bellard # Date 1253717958 -7200 # Node ID e49ca096d97d16508fc7e8e8a023b35f025f03ff # Parent 6f7455cdc772a9e26003fd6ad960e4791903b36f tazwok: no continue outside loops diff -r 6f7455cdc772 -r e49ca096d97d tazwok --- a/tazwok Fri Sep 18 09:53:45 2009 +0200 +++ b/tazwok Wed Sep 23 16:59:18 2009 +0200 @@ -236,7 +236,7 @@ fi done ;; y|yes) - continue ;; + ;; *) exit 0 ;; esac @@ -525,9 +525,7 @@ cd $WOK/$PACKAGE # Skip generic files for packages with a WANTED variable # (dev and splited pkgs). - if [ ! "$WANTED" = "" ]; then - continue - else + if [ "$WANTED" = "" ]; then copy_generic_files fi strip_package