diff options
author | Daniel Baumann <daniel@debian.org> | 2008-10-14 21:42:08 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:43 +0100 |
commit | ce7c2e2fe162f585d77d6d012f0487876f73ff70 (patch) | |
tree | eafc52ef14def9f7166cb5b4c72d28469ade7d26 /functions/exit.sh | |
parent | 601338b91d76a34173e207978e5d628056f95da2 (diff) | |
download | vyos-live-build-ce7c2e2fe162f585d77d6d012f0487876f73ff70.tar.gz vyos-live-build-ce7c2e2fe162f585d77d6d012f0487876f73ff70.zip |
Removing LIVE_* grep from Exit(); as we have switched to LH_* variables long time ago.
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 2e5005611..2d23ff765 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 |