summaryrefslogtreecommitdiffstats
path: root/starttde
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2014-05-01 11:15:31 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-05-01 11:19:54 +0200
commit8155652c91e55697ea055e20c97000e78567b2ed (patch)
tree534f1ae7d6dd02fc34980c921f191078e53b235b /starttde
parent66faad37caa38d4ffd4dcc4d227b7f7131b31977 (diff)
downloadtdebase-8155652c91e55697ea055e20c97000e78567b2ed.tar.gz
tdebase-8155652c91e55697ea055e20c97000e78567b2ed.zip
Fix starttde trap
Diffstat (limited to 'starttde')
-rw-r--r--starttde2
1 files changed, 1 insertions, 1 deletions
diff --git a/starttde b/starttde
index 269d4ffa5..5e4a0db00 100644
--- a/starttde
+++ b/starttde
@@ -81,7 +81,7 @@ unset BIN_DIR
# When the X server dies we get a HUP signal from xinit. We must ignore it
# because we still need to do some cleanup.
-trap '[starttde] echo GOT SIGHUP' HUP
+trap 'echo "[starttde] GOT SIGHUP"' HUP
# Check if a TDE session is already running.
if kcheckrunning >/dev/null 2>&1; then