cookutils rev 823

cooker.cgi: sort stuff files
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 29 12:06:02 2016 +0200 (2016-07-29)
parents be4d63483b42
children 5d200ccc3cee
files web/cooker.cgi
line diff
     1.1 --- a/web/cooker.cgi	Tue Jul 26 21:39:56 2016 +0200
     1.2 +++ b/web/cooker.cgi	Fri Jul 29 12:06:02 2016 +0200
     1.3 @@ -447,7 +447,7 @@
     1.4  			( cd $wok/$pkg ; find stuff -type f 2> /dev/null ) | \
     1.5  			while read file ; do
     1.6  				echo "<a href=\"?stuff=$pkg/$file\">$file</a>"
     1.7 -			done
     1.8 +			done | sort
     1.9  			echo '<pre>'
    1.10  			cat $wok/$pkg/receipt | \
    1.11  				syntax_highlighter receipt