summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/shld.sh2
1 files changed, 1 insertions, 1 deletions
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
}