diff options
author | Daniel Baumann <daniel@debian.org> | 2008-11-01 14:57:17 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:43 +0100 |
commit | 3ff1c8050b9e32837fcaad6fbc4e9981f9cbdffd (patch) | |
tree | 91f2b97d1a78d65fa052c1a051c541f8b1ccd877 /functions/exit.sh | |
parent | 137f573c859d7b60192fbee65a418cf6c75acca2 (diff) | |
download | vyos-live-build-3ff1c8050b9e32837fcaad6fbc4e9981f9cbdffd.tar.gz vyos-live-build-3ff1c8050b9e32837fcaad6fbc4e9981f9cbdffd.zip |
Generalizing internal LH_DEBUG variable.
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 |