summaryrefslogtreecommitdiffstats
path: root/polyp/esdcompat.sh.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-21 19:00:03 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-21 19:00:03 +0000
commit3e1bdacd4fcd3779141c53008b983fe78e639b30 (patch)
treed7a89644e682a9711d36fdfa507ceaeb350d8840 /polyp/esdcompat.sh.in
parentdf953a11c98d6b8213aa66c6433340d9bb7927f3 (diff)
add noop implementation of standby/resume ESOUND commands
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@230 fefdeb5f-60dc-0310-8127-8f9354f1896f
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
}