Removing LIVE_* grep from Exit(); as we have switched to LH_* variables long time ago.

This commit is contained in:
Daniel Baumann 2008-10-14 21:42:08 +02:00
parent 601338b91d
commit ce7c2e2fe1
1 changed files with 1 additions and 1 deletions

View File

@ -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