cookutils diff modules/compressor @ rev 1146

cook: allow built in aufs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:28:04 2020 +0000 (2020-07-28)
parents 3c6c68093522
children e58a083722aa
line diff
     1.1 --- a/modules/compressor	Tue Jan 29 14:12:35 2019 +0200
     1.2 +++ b/modules/compressor	Tue Jul 28 07:28:04 2020 +0000
     1.3 @@ -701,7 +701,7 @@
     1.4  
     1.5  		# 64 bytes is the length of prologue added by awk script (here ~ is $'\n'):
     1.6  		# msgid ""~msgstr ""~"Content-Type: text/plain; charset=UTF-8\n"~~
     1.7 -		# If size is 64 bit then file have no content, we'll remove it with
     1.8 +		# If size is 64 bit then files have no content, we'll remove it with
     1.9  		# all empty uplevel directories.
    1.10  		# For example, look at libbytesize package.
    1.11  		if [ "$(stat -c%s "$tmpfile.awk")" -eq 64 ]; then