[SCM] Debian Live initramfs hook branch, master, updated. 1.139.1-2-19-g79d1725

Marco Amadori amadorim at vdavda.com
Wed Sep 17 06:52:05 UTC 2008


The following commit has been merged in the master branch:
commit 69e55090927159b74bc974e76ab85d863211c7f9
Author: Marco Amadori <amadorim at vdavda.com>
Date:   Tue Sep 16 16:13:18 2008 +0200

    Fixed a wrong trial to copy an unexistant snapshot.
    
    * Quoting a variable could do miracles :-)
    
    Signed-off-by: Marco Amadori <amadorim at vdavda.com>

diff --git a/scripts/live b/scripts/live
index 08810cb..b7fd4ce 100755
--- a/scripts/live
+++ b/scripts/live
@@ -921,7 +921,7 @@ try_snap ()
 	else
 		dev=$(find_cow_device "${snap_label}")
 
-		if [ -b ${dev} ]
+		if [ -b "${dev}" ]
 		then
 			if echo "${dev}" | grep -qs loop
 			then

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list