[SCM] live-tools branch, debian-next, updated. debian/3.0_a7-1-9-g0ca4566

Daniel Baumann daniel at debian.org
Thu Apr 5 18:10:47 UTC 2012


The following commit has been merged in the debian-next branch:
commit b1f697dd386300d94d0b6bd34174485519254061
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Apr 5 20:07:33 2012 +0200

    Using common quoting for grep expression in live-system.

diff --git a/scripts/live-system b/scripts/live-system
index 192280d..636a4b6 100755
--- a/scripts/live-system
+++ b/scripts/live-system
@@ -47,7 +47,7 @@ then
 	exit 2
 fi
 
-if grep -qs boot=live /proc/cmdline
+if grep -qs "boot=live" /proc/cmdline
 then
 	[ "${_VERBOSE}" ] && echo -n " yes, this is a debian-live based system"
 

-- 
live-tools



More information about the debian-live-changes mailing list