# HG changeset patch # User Christophe Lincoln # Date 1304813903 -7200 # Node ID 71a4432a8c30f67306f37b2da7900ed4daa703ff # Parent 810b56de8281140afde127c850df4297383b783d fix an echo typo diff -r 810b56de8281 -r 71a4432a8c30 cook --- a/cook Sun May 08 02:07:12 2011 +0200 +++ b/cook Sun May 08 02:18:23 2011 +0200 @@ -392,10 +392,10 @@ if [ ! -f "$INSTALLED/$dep/receipt" ]; then # Try local package first if [ -f "$PKGS/$dep-*.tazpkg" ]; then - gettext "Installing deps (local):"; echo " $dep" + gettext "Installing dep (local):"; echo " $dep" cd $PKGS && tazpkg install $dep-*.tazpkg >/dev/null else - gettext "Installing deps (web/cache):"; echo " $dep" + gettext "Installing dep (web/cache):"; echo " $dep" tazpkg get-install $dep >/dev/null fi fi