diff options
Diffstat (limited to 'functions/exit.sh')
-rwxr-xr-x | functions/exit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/exit.sh b/functions/exit.sh index e7e7b1115..18bc1eb6a 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 |