cookutils rev 1105

Typo
author Paul Issott <paul@slitaz.org>
date Sat Dec 01 10:22:06 2018 +0000 (2018-12-01)
parents 5dcdc6015a2d
children 4a74c7b219fe
files modules/pack
line diff
     1.1 --- a/modules/pack	Sat Dec 01 10:13:45 2018 +0000
     1.2 +++ b/modules/pack	Sat Dec 01 10:22:06 2018 +0000
     1.3 @@ -728,7 +728,7 @@
     1.4  	# will return non-zero return code.
     1.5  	# On the other hand some old receipts don't use '&&' but depend on the
     1.6  	# error messages on the log.
     1.7 -	# Sometimes it produce false positives in the configuration stage.
     1.8 +	# Sometimes it produces false positives in the configuration stage.
     1.9  	# In this case we can use the "skip-log-errors".
    1.10  	if [ "${COOKOPTS/skip-log-errors/}" == "$COOKOPTS" ]; then
    1.11  		# Exit if any error found in log file.