# HG changeset patch # User Christophe Lincoln # Date 1306074629 -7200 # Node ID 1ae555c8f92c02bf6d6cb1d2050d5635afc08801 # Parent 476e94b5223a6a51186e59c3415c322c9e14d288 cook: missing echo -e diff -r 476e94b5223a -r 1ae555c8f92c cook --- a/cook Sun May 22 16:26:24 2011 +0200 +++ b/cook Sun May 22 16:30:29 2011 +0200 @@ -501,7 +501,7 @@ # is enable and cook fail we have ERROR in log, if no auto cook we have # missing dep in cached file. if fgrep -q "ERROR:" $LOGS/$pkg.log || [ -s "$CACHE/missing" ]; then - echo "ERROR: missing build dep" + echo -e "ERROR: missing build dep\n" exit 1 fi