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" ||