forked from lix-project/lix
* Error message to stdout.
This commit is contained in:
parent
ddde8e2f32
commit
363e307fd3
|
@ -58,7 +58,7 @@ if test -z "$finalPath"; then
|
||||||
if test -n "$tmpPath"; then rm -rf $tmpPath || true; fi
|
if test -n "$tmpPath"; then rm -rf $tmpPath || true; fi
|
||||||
|
|
||||||
if test -n "$expHash" -a "$expHash" != "$hash"; then
|
if test -n "$expHash" -a "$expHash" != "$hash"; then
|
||||||
echo "hash mismatch for URL \`$url'"
|
echo "hash mismatch for URL \`$url'" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue