From f1c23b3b3c1ac363035dd2a269e27822ed00649d Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Mon, 10 Oct 2016 06:17:54 +0200
Subject: [PATCH] scripts/sha512sum.sh: output error message to stderr

---
 scripts/sha512sum.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/sha512sum.sh b/scripts/sha512sum.sh
index de08b0b8b..d9fd544d5 100755
--- a/scripts/sha512sum.sh
+++ b/scripts/sha512sum.sh
@@ -11,7 +11,7 @@ elif check_command shasum; then
 elif check_command cksum; then
 	ret="$(cksum -q -a sha512 "$@")"
 else
-	echo "$0: no suitable sha512sum implementation was found" >&1
+	echo "$0: no suitable sha512sum implementation was found" >&2
 	exit 1
 fi
 
-- 
GitLab