cookutils diff modules/compressor @ rev 979

lighttpd/index.cgi: try to improve links in the top "Debug information" block.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 17 14:25:04 2017 +0300 (2017-10-17)
parents 63fb59f6fd67
children ae3975981d3f
line diff
     1.1 --- a/modules/compressor	Sat Aug 26 11:51:39 2017 +0300
     1.2 +++ b/modules/compressor	Tue Oct 17 14:25:04 2017 +0300
     1.3 @@ -234,7 +234,8 @@
     1.4  
     1.5  	[ "$oplevel" == '8' ] && oplevel='7 -zm1-9'
     1.6  
     1.7 -	for i in $(IFS=$'\n' find $install -type f -name '*.png'); do
     1.8 +	IFS=$'\n'
     1.9 +	for i in $(find $install -type f -name '*.png'); do
    1.10  		unset IFS
    1.11  		if ! cached_path=$(query_cache $cache_section "$i"); then
    1.12  			$use_pq && pngquant -f --skip-if-larger --ext .png --speed 1 "$i"