summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions/exit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/exit.sh b/functions/exit.sh
index 2e50056..2d23ff7 100755
--- a/functions/exit.sh
+++ b/functions/exit.sh
@@ -14,7 +14,7 @@ Exit ()
if [ "${LH_DEBUG}" = "enabled" ]
then
# Dump variables
- set | grep -e ^LH -e ^LIVE
+ set | grep -e ^LH
fi
# FIXME: Add /proc et al cleanup on failure