# HG changeset patch # User Paul Issott # Date 1396032934 0 # Node ID 9eb45eb507f5fcd7192897899b1341681569059a # Parent 9e54be28452b5d3d57512d8b977b8eaa68fcebfc Tiny edits diff -r 9e54be28452b -r 9eb45eb507f5 cook --- a/cook Thu Mar 27 21:21:34 2014 +0100 +++ b/cook Fri Mar 28 18:55:34 2014 +0000 @@ -1266,7 +1266,7 @@ cd $WOK count=0 newline - _ "Checking for uncook packages" + _ "Checking for uncooked packages" separator for pkg in * do @@ -1285,7 +1285,7 @@ colorize 34 "$pkg" fi ;; arm) - # Check only packages include in arch + # Check only packages included in arch if echo "$HOST_ARCH" | fgrep -q "$ARCH"; then # *.tazpkg if [ ! -f "$PKGS/${PACKAGE}-${VERSION}${EXTRAVERSION}-${ARCH}.tazpkg" ]; then @@ -1297,7 +1297,7 @@ done if [ "$count" -gt "0" ]; then separator - _n "Uncook packages: "; colorize 31 "$count" + _n "Uncooked packages: "; colorize 31 "$count" else _ "All packages are cooked :-)" fi