summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/shmin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shmin.sh b/tools/shmin.sh
index 73df7aa..2bcb5f6 100755
--- a/tools/shmin.sh
+++ b/tools/shmin.sh
@@ -32,7 +32,7 @@ die()
local fmt="${1}"
shift 1
- printf "shmin: ${fmt}\n" "${@}"
+ printf "shmin: ${fmt}\n" "${@}" >&2
exit 2
}