summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/deb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deb.sh b/src/deb.sh
index cc6f538..0559adc 100755
--- a/src/deb.sh
+++ b/src/deb.sh
@@ -65,7 +65,7 @@ error()
{
_msg="${1}"
shift
- printf "Error: ${_msg}\n" ${@}
+ printf "Error: ${_msg}\n" ${@} >&2
exit 2
}