From b0b1cc9188d1d5621a2a9c9271b6271fd6c62229 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 07 Dec 2015 13:15:00 -0500 Subject: tools/shld.sh: Write errors to stderr --- diff --git a/tools/shld.sh b/tools/shld.sh index 88973ed..e1dff5f 100755 --- a/tools/shld.sh +++ b/tools/shld.sh @@ -31,7 +31,7 @@ die() local fmt="${1}" shift 1 - printf "shld: ${fmt}\n" "${@}" + printf "shld: ${fmt}\n" "${@}" >&2 exit 2 } -- cgit v0.9.1