cookutils rev 206

cook: missing echo -e
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 22 16:30:29 2011 +0200 (2011-05-22)
parents 476e94b5223a
children 2d3f188c845f
files cook
line diff
     1.1 --- a/cook	Sun May 22 16:26:24 2011 +0200
     1.2 +++ b/cook	Sun May 22 16:30:29 2011 +0200
     1.3 @@ -501,7 +501,7 @@
     1.4  	# is enable and cook fail we have ERROR in log, if no auto cook we have
     1.5  	# missing dep in cached file.
     1.6  	if fgrep -q "ERROR:" $LOGS/$pkg.log || [ -s "$CACHE/missing" ]; then
     1.7 -		echo "ERROR: missing build dep"
     1.8 +		echo -e "ERROR: missing build dep\n"
     1.9  		exit 1
    1.10  	fi
    1.11