summaryrefslogtreecommitdiffstats
path: root/polyp/esdcompat.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/esdcompat.sh.in')
-rwxr-xr-xpolyp/esdcompat.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/esdcompat.sh.in b/polyp/esdcompat.sh.in
index 32f8d864..8b9cbf94 100755
--- a/polyp/esdcompat.sh.in
+++ b/polyp/esdcompat.sh.in
@@ -22,7 +22,7 @@
VERSION_STRING="@PACKAGE_NAME@ esd wrapper @PACKAGE_VERSION@"
fail() {
- echo "$1" > /dev/stderr
+ echo "ERROR: $1"
exit 1
}