cookutils rev 568 3.0

cook: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 05 18:52:29 2013 +0100 (2013-01-05)
parents 9b332460c586
children a034bc2353e7
files cook
line diff
     1.1 --- a/cook	Sat Jan 05 18:34:59 2013 +0100
     1.2 +++ b/cook	Sat Jan 05 18:52:29 2013 +0100
     1.3 @@ -654,7 +654,7 @@
     1.4  		echo -e "ERROR: cook failed" | tee -a $LOGS/$pkg.log
     1.5  	fi
     1.6  	# ERROR can be echoed any time in cookit()
     1.7 -	if grep -eq '(ERROR:|make: ***|undefined reference to)' $LOGS/$pkg.log; then
     1.8 +	if grep -Eq '(ERROR:|undefined reference to)' $LOGS/$pkg.log; then
     1.9  		debug_info | tee -a $LOGS/$pkg.log
    1.10  		rm -f $command && exit 1
    1.11  	fi