[SCM] live-config branch, debian-old-2.0, updated. debian/2.0.7-1-5-g243f6e0
Daniel Baumann
daniel at debian.org
Thu Sep 30 18:24:58 UTC 2010
The following commit has been merged in the debian-old-2.0 branch:
commit 243f6e056371b35556240305355da7577bfcb4af
Author: Daniel Baumann <daniel at debian.org>
Date: Thu Sep 30 20:25:10 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