[SCM] Debian Live build scripts branch, master, updated. 1.0.1-1-30-g52a935b

Daniel Baumann daniel at debian.org
Tue Oct 14 19:46:33 UTC 2008


The following commit has been merged in the master branch:
commit 52a935bc744cbdc9e189f5e5fc28ec9ee3544307
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Oct 14 21:42:08 2008 +0200

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

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

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list