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 bbfaf58..928fd6e 100755
--- a/functions/exit.sh
+++ b/functions/exit.sh
@@ -11,7 +11,7 @@ Exit ()
{
VALUE="${?}"
- if [ "${_DEBUG}" = "enabled" ]
+ if [ "${_DEBUG}" = "true" ]
then
# Dump variables
set | grep -e ^LH