[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 36b3b55495c069c5e06f8106314fa0a841891651
Author: Tails developers <amnesia at boum.org>
Date:   Thu Feb 9 17:26:31 2012 +0100

    Fix mask usage in links_files().

diff --git a/scripts/live-helpers b/scripts/live-helpers
index e7fef47..90b63e4 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}" ];
+			if [ -n "${src_mask}" ];
 			then
 				src="$(echo ${src} | sed "s|^${src_mask}||")"
 			fi

-- 
live-boot



More information about the debian-live-changes mailing list