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

Daniel Baumann daniel at debian.org
Thu Sep 30 18:51:27 UTC 2010


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

    Simplyfing sed call when using local hook scripts.

diff --git a/scripts/config/999-hooks b/scripts/config/999-hooks
index 147d57b..2aa62e9 100755
--- a/scripts/config/999-hooks
+++ b/scripts/config/999-hooks
@@ -52,7 +52,7 @@ Process_hooks ()
 		if echo "${_HOOK}" | grep -qs file://
 		then
 			# local file
-			cp $(echo ${_HOOK} | sed 's|file\://||') "${_TMPFILE}"
+			cp $(echo ${_HOOK} | sed 's|file://||') "${_TMPFILE}"
 		else
 			# remote file
 			Start_network

-- 
live-config



More information about the debian-live-changes mailing list