[SCM] live-config branch, debian-next, updated. fab0bbdb38161cf30d67fde57ff257feb8d3a7dd

Daniel Baumann daniel at debian.org
Thu Sep 30 18:24:39 UTC 2010


The following commit has been merged in the debian-next branch:
commit fab0bbdb38161cf30d67fde57ff257feb8d3a7dd
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Sep 30 20:24:30 2010 +0200

    Correcting another typo in hooks config script regarding the loop variable.

diff --git a/scripts/config/999-hooks b/scripts/config/999-hooks
index ba378d7..dee637e 100755
--- a/scripts/config/999-hooks
+++ b/scripts/config/999-hooks
@@ -24,7 +24,7 @@ Process_hooks ()
 {
 	for _HOOK in $(echo ${LIVE_HOOKS} | sed -e 's/|/ /g')
 	do
-		case "${LIVE_HOOKS}" in
+		case "${_HOOK}" in
 			filesystem)
 				if ls /lib/live/hooks/* 2>&1
 				then

-- 
live-config



More information about the debian-live-changes mailing list