From ce7c2e2fe162f585d77d6d012f0487876f73ff70 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Tue, 14 Oct 2008 21:42:08 +0200
Subject: Removing LIVE_* grep from Exit(); as we have switched to LH_*
variables long time ago.
---
functions/exit.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
cgit v1.0