cookutils rev 604
cooker.cgi: fix files= output (thanks Aleksej)
| author | Pascal Bellard <pascal.bellard@slitaz.org> |
|---|---|
| date | Fri Jul 26 17:55:18 2013 +0000 (2013-07-26) |
| parents | 03c2a456ac4b |
| children | 7726c80e3d42 |
| files | web/cooker.cgi |
line diff
1.1 --- a/web/cooker.cgi Mon Jul 08 20:47:22 2013 +0000 1.2 +++ b/web/cooker.cgi Fri Jul 26 17:55:18 2013 +0000 1.3 @@ -269,7 +269,6 @@ 1.4 if [ -d "$dir/fs" ]; then 1.5 echo '<pre>' 1.6 find $dir/fs -not -type d | xargs ls -ld | \ 1.7 - syntax_highlighter log | \ 1.8 sed "s|\(.*\) /.*\(${dir#*wok}/fs\)\(.*\)|\1 <a href=\"?download=../wok\2\3\">\3</a>|;s|^\([^-].*\)\(<a.*\)\">\(.*\)</a>|\1\3|" 1.9 echo '</pre>' 1.10 else