# HG changeset patch # User Pascal Bellard # Date 1425727286 -3600 # Node ID c2b75a960303366ce1ffaac07e273b958e5e9d74 # Parent 37b0b472526aaa3aa1557e0be447522e08c8074f cookall.sh: typos diff -r 37b0b472526a -r c2b75a960303 cookall.sh --- a/cookall.sh Fri Mar 06 18:44:25 2015 +0100 +++ b/cookall.sh Sat Mar 07 12:21:26 2015 +0100 @@ -18,9 +18,9 @@ *\ i486\ *|*\ any\ *);; *) continue;; esac - if [ -n "$WANTED"]; then - grep -q "^$WANTED$" $DONELIST || continue 2 - grep -q "^$WANTED$" /home/slitaz/cache/broken && continue 2 + if [ -n "$WANTED" ]; then + grep -q "^$WANTED$" $DONELIST || continue + grep -q "^$WANTED$" /home/slitaz/cache/broken && continue fi for j in $BUILD_DEPENDS ; do case " $SLITAZ_TOOLCHAIN " in