mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
* Error message to stdout.
This commit is contained in:
parent
ddde8e2f32
commit
363e307fd3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue