* Error message to stdout.

This commit is contained in:
Eelco Dolstra 2007-02-26 23:32:10 +00:00
parent ddde8e2f32
commit 363e307fd3
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ if test -z "$finalPath"; then
if test -n "$tmpPath"; then rm -rf $tmpPath || true; fi
if test -n "$expHash" -a "$expHash" != "$hash"; then
echo "hash mismatch for URL \`$url'"
echo "hash mismatch for URL \`$url'" >&2
exit 1
fi
fi