[SCM] live-boot branch, debian, updated. debian/3.0_a25-1-72-gfc7a680

Daniel Baumann daniel at debian.org
Thu Apr 5 06:21:39 UTC 2012


The following commit has been merged in the debian branch:
commit 8dc6de07c581321bcf633b500cf54d83ee39cef1
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Apr 1 22:10:13 2012 +0200

    Correcting syntax when using if constructs in links_files().

diff --git a/scripts/live-helpers b/scripts/live-helpers
index 90b63e4..37ae7d4 100644
--- a/scripts/live-helpers
+++ b/scripts/live-helpers
@@ -596,7 +596,7 @@ link_files ()
 			fi
 			link_files "${src}" "${dest}" "${src_mask}"
 		else
-			if [ -n "${src_mask}" ];
+			if [ -n "${src_mask}" ]
 			then
 				src="$(echo ${src} | sed "s|^${src_mask}||")"
 			fi

-- 
live-boot



More information about the debian-live-changes mailing list