From 363e307fd360c32a932b9bcb1d620d3add259f79 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 26 Feb 2007 23:32:10 +0000 Subject: [PATCH] * Error message to stdout. --- scripts/nix-prefetch-url.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nix-prefetch-url.in b/scripts/nix-prefetch-url.in index 446c7a669c..2b44785016 100644 --- a/scripts/nix-prefetch-url.in +++ b/scripts/nix-prefetch-url.in @@ -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