cookutils diff modules/compressor @ rev 1021

Tiny edits
author Paul Issott <paul@slitaz.org>
date Fri Dec 29 13:05:43 2017 +0000 (2017-12-29)
parents dc7238a11470
children be4a05be1a6f
line diff
     1.1 --- a/modules/compressor	Sat Dec 23 15:03:39 2017 +0200
     1.2 +++ b/modules/compressor	Fri Dec 29 13:05:43 2017 +0000
     1.3 @@ -85,7 +85,7 @@
     1.4  	find $fs -type f \
     1.5  	| while read i; do
     1.6  		# output of `readelf -h <file> is human-readable information,
     1.7 -		# we interested in the next line:
     1.8 +		# we are interested in the next line:
     1.9  		#  Type:                              EXEC (Executable file)
    1.10  		# or
    1.11  		#  Type:                              DYN (Shared object file)