cookutils rev 965

Tiny edits
author Paul Issott <paul@slitaz.org>
date Fri Sep 01 19:57:10 2017 +0100 (2017-09-01)
parents 2bcfafb478c6
children 570634fb2c05
files cook doc/cookopts.txt
line diff
     1.1 --- a/cook	Fri Sep 01 14:14:53 2017 +0300
     1.2 +++ b/cook	Fri Sep 01 19:57:10 2017 +0100
     1.3 @@ -1435,7 +1435,7 @@
     1.4  						echo "$k"
     1.5  						k="${k%/*}"
     1.6  					done | tac | \
     1.7 -					# copy dir with its original ownership/permissions if it not exist
     1.8 +					# copy dir with its original ownership/permissions if it does not exist
     1.9  					while read k; do
    1.10  						[ -d "$fs$k" ] || cp -a "$install$k" "$fs$k"
    1.11  					done
     2.1 --- a/doc/cookopts.txt	Fri Sep 01 14:14:53 2017 +0300
     2.2 +++ b/doc/cookopts.txt	Fri Sep 01 19:57:10 2017 +0100
     2.3 @@ -149,8 +149,8 @@
     2.4  skip-log-errors
     2.5      Default behaviour is to end work with error message when certain words occur
     2.6      in the log: "ERROR" or "undefined reference to". In some cases it may
     2.7 -    produce false positives when no error produced during cooking, but these
     2.8 +    produce false positives when no errors are produced during cooking, but these
     2.9      words occur. For example, next line:
    2.10      g_simple_async_result_set_error (simple, G_IO_ERROR, G_IO_ERROR_FAILED
    2.11      The presence of this option overrides the default behaviour (word "ERROR" in
    2.12 -    the log will not produce error, etc.)
    2.13 +    the log will not produce errors, etc.)