[Debian-eeepc-devel] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. df6ced7701fcec9d8f1de6f9c7334c9aa037c2ec
Damyan Ivanov
dmn at debian.org
Fri Mar 7 19:39:44 UTC 2008
The following commit has been merged in the master branch:
commit df6ced7701fcec9d8f1de6f9c7334c9aa037c2ec
Author: Damyan Ivanov <dmn at debian.org>
Date: Fri Mar 7 21:39:13 2008 +0200
notify() use return instead of exit as we want to exit only the function, not the script
diff --git a/actions/hotkey.sh b/actions/hotkey.sh
index 7a45ca3..3667d78 100755
--- a/actions/hotkey.sh
+++ b/actions/hotkey.sh
@@ -15,7 +15,7 @@ notify() {
[ -f $XAUTHORITY ] && export XAUTHORITY
if [ "x$ENABLE_OSD" = "xno" ]; then
- exit
+ return
fi
killall -q aosd_cat
--
Maintenance of eeepc-acpi-scripts debian package
More information about the Debian-eeepc-devel
mailing list