[SCM] live-boot branch, tmp-persistent-custom, updated. debian/3.0_a25-1-30-g5fc05fe

Tails developers amnesia at boum.org
Thu Feb 16 14:58:04 UTC 2012


The following commit has been merged in the tmp-persistent-custom branch:
commit db004da18da4495477f4440d7b5539c117bc6f63
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