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 bbfaf5837..928fd6e85 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 |