diff options
author | Daniel Baumann <daniel@debian.org> | 2010-12-13 23:37:51 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:31 +0100 |
commit | 48f6f2105f07dbe7c7edccb28373355a47747ec1 (patch) | |
tree | e515cb127fb336f49decdf402175b91786c90df4 /functions | |
parent | 34ae9036e63b440433a8aabf3c33bf2254e6ad85 (diff) | |
download | vyos-live-build-48f6f2105f07dbe7c7edccb28373355a47747ec1.tar.gz vyos-live-build-48f6f2105f07dbe7c7edccb28373355a47747ec1.zip |
Removing last live-helper remains in internal variables.
Diffstat (limited to 'functions')
-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 5fa1fa86f..8a9720788 100755 --- a/functions/exit.sh +++ b/functions/exit.sh @@ -15,7 +15,7 @@ Exit () if [ "${_DEBUG}" = "true" ] then # Dump variables - set | grep -e ^LH + set | grep -e ^LB fi # Always exit true in case we are not able to unmount |