fixed diagnostics

This commit is contained in:
Дмитрий Левин 2002-10-03 13:55:07 +00:00
parent 3eeb6969b1
commit fc90a1ef42

View File

@ -116,7 +116,7 @@ fix()
fi
if ! cmp -s "$f_new" "$f"; then
echo "$fname: fixed:" >&2
echo "$fname:" >&2
diff "$f" "$f_new" >&2 ||:
cat "$f_new" >"$f"
fi
@ -156,7 +156,7 @@ fix()
fi
if ! cmp -s "$f_new" "$f"; then
echo "$fname: fixed:" >&2
echo "$fname:" >&2
diff "$f" "$f_new" >&2 ||:
cat "$f_new" >"$f"
fi