cookutils rev 883

cook: check installed package list (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 22 13:34:35 2017 +0100 (2017-02-22)
parents ab9148a85031
children b96073636c77
files cook
line diff
     1.1 --- a/cook	Tue Feb 21 21:16:02 2017 +0100
     1.2 +++ b/cook	Wed Feb 22 13:34:35 2017 +0100
     1.3 @@ -541,8 +541,8 @@
     1.4  cookit() {
     1.5  	if [ -n "$SETUP_MD5" ] && [ "$SETUP_MD5" != "$(ls $root$INSTALLED | \
     1.6  			md5sum | cut -c1-32)" ]; then
     1.7 -		_ 'Broken setup. Abort.'
     1.8 -		exit 1
     1.9 +		_ 'ERROR: Broken setup. Abort.'
    1.10 +		return
    1.11  	fi
    1.12  
    1.13  	title 'Cook: %s' "$PACKAGE $VERSION"