wok diff slitaz-toolchain/receipt @ rev 11789

fixed typo
author Samuel Trassare <samuel_trassare@yahoo.com>
date Fri Feb 24 12:06:26 2012 -0800 (2012-02-24)
parents 65cfbc1490ea
children a7297503ad9b
line diff
     1.1 --- a/slitaz-toolchain/receipt	Sat May 21 14:54:31 2011 +0200
     1.2 +++ b/slitaz-toolchain/receipt	Fri Feb 24 12:06:26 2012 -0800
     1.3 @@ -23,7 +23,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	[ -x /usr/bin/cook ] || exit 0
     1.8 +	[ -x /usr/bin/cook ] || return 0
     1.9  	tmplog=$LOGS/$PACKAGE.tmplog
    1.10  	echo "Cook: $PACKAGE $VERSION" > $tmplog
    1.11  	separator >> $tmplog