[SCM] live-boot branch, debian-next, updated. debian/3.0_a25-1-4-gc9eb5a5

Daniel Baumann daniel at debian.org
Tue Mar 6 09:41:17 UTC 2012


The following commit has been merged in the debian-next branch:
commit c9eb5a5a73c793b8bd1ed2d862e8630f0c2b1f2c
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Mar 6 10:40:41 2012 +0100

    Quoting noprompt variable in initscript to avoid syntax errors, thanks to Philip Newborough <corenominal at corenominal.org>.

diff --git a/debian/live-boot.init b/debian/live-boot.init
index 5799c44..ab09d2a 100644
--- a/debian/live-boot.init
+++ b/debian/live-boot.init
@@ -200,7 +200,7 @@ do_stop ()
 				eject -p -m /live/image >/dev/null 2>&1
 			fi
 
-			if [ ${NOPROMPT} = "cd" ]
+			if [ "${NOPROMPT}" = "cd" ]
 			then
 				prompt=
 			fi

-- 
live-boot



More information about the debian-live-changes mailing list