summaryrefslogtreecommitdiff
path: root/functions/exit.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-10-14 21:42:08 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:43 +0100
commitce7c2e2fe162f585d77d6d012f0487876f73ff70 (patch)
treeeafc52ef14def9f7166cb5b4c72d28469ade7d26 /functions/exit.sh
parent601338b91d76a34173e207978e5d628056f95da2 (diff)
downloadlive-build-ce7c2e2fe162f585d77d6d012f0487876f73ff70.zip
live-build-ce7c2e2fe162f585d77d6d012f0487876f73ff70.tar.gz
Removing LIVE_* grep from Exit(); as we have switched to LH_* variables long time ago.
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 2e50056..2d23ff7 100755
--- a/functions/exit.sh
+++ b/functions/exit.sh
@@ -14,7 +14,7 @@ Exit ()
if [ "${LH_DEBUG}" = "enabled" ]
then
# Dump variables
- set | grep -e ^LH -e ^LIVE
+ set | grep -e ^LH
fi
# FIXME: Add /proc et al cleanup on failure