summaryrefslogtreecommitdiff
path: root/functions/exit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/exit.sh')
-rwxr-xr-xfunctions/exit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/exit.sh b/functions/exit.sh
index e7e7b11..18bc1eb 100755
--- a/functions/exit.sh
+++ b/functions/exit.sh
@@ -9,7 +9,7 @@
Exit ()
{
- if [ "${LH_DEBUG}" = "enabled" ]
+ if [ "${_DEBUG}" = "enabled" ]
then
# Dump variables
set | grep -e ^LH