From 41a65ca8195d3494dca28175e9c182abae26765e Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sat, 1 Oct 2011 09:49:31 -0300 Subject: [PATCH] schhist/schhist2web: > was missing in IMG tag for unchanged.png (vertical bar) --- schhist/schhist2web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schhist/schhist2web b/schhist/schhist2web index e763d33..1eae4bf 100755 --- a/schhist/schhist2web +++ b/schhist/schhist2web @@ -394,7 +394,7 @@ for n in `cd "$dir" && git rev-list $first..HEAD~1` $first; do if [ -f "$a0" -a -f "$b0" ]; then s="$s" if ! pngdiff cat "$diff" "$a1" "$b1" "$a0" "$b0"; then - s="$s" continue fi pngdiff shrink "$thumb" -f $THUMB_OPTS "$a2" "$b2" "$a0" "$b0" ||