cookutils diff web/cooker.cgi @ rev 135
cook: avoid error if no previews package
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 11 03:34:21 2011 +0200 (2011-05-11) |
parents | 7704053dce6e |
children | ccc898c42997 |
line diff
1.1 --- a/web/cooker.cgi Tue May 10 14:52:21 2011 +0200 1.2 +++ b/web/cooker.cgi Wed May 11 03:34:21 2011 +0200 1.3 @@ -151,7 +151,7 @@ 1.4 echo "<h2>Diff for: ${file%.diff}</h2>" 1.5 [ "$file" == "installed.diff" ] && echo \ 1.6 "<p>This is the latest diff between installed packages \ 1.7 - and build dependencies installed to cook.</p>" 1.8 + and installed build dependencies to cook.</p>" 1.9 echo '<pre>' 1.10 cat $diff | syntax_highlighter diff 1.11 echo '</pre>' ;;