Skip to content
Snippets Groups Projects
Unverified Commit f1c23b3b authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

scripts/sha512sum.sh: output error message to stderr

parent 0f3e6608
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment