[SCM] live-helper branch, debian-next, updated. debian/2.0_a15-1-31-g837533d

Richard Nelson unixabg at gmail.com
Wed Jun 23 03:59:59 UTC 2010


The following commit has been merged in the debian-next branch:
commit f5eb2ff064f92656774db88b55e12e1cc3f69e66
Author: Richard Nelson <unixabg at gmail.com>
Date:   Tue Jun 22 22:05:30 2010 -0500

    LH_LINUX_FLAVOURS expression cleanup.

diff --git a/cgi/cgi b/cgi/cgi
index 811f833..5c68400 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -72,7 +72,7 @@ else
 
 	# Advanced chroot options
 	LH_CHROOT_FILESYSTEM=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])chroot_filesystem=[0-9a-z]+' | cut -f 2 -d '=' | head -n1)
-	LH_LINUX_FLAVOURS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])linux_flavours=[0-9,a-z,-]+' | cut -f 2 -d '=' | head -n1)
+	LH_LINUX_FLAVOURS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])linux_flavours=[-0-9a-z]+' | cut -f 2 -d '=' | head -n1)
 	LH_SECURITY=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])security=[a-z]+' | cut -f 2 -d '=' | head -n1)
 	LH_SYMLINKS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])symlinks=[a-z]+' | cut -f 2 -d '=' | head -n1)
 	LH_SYSVINIT=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])sysvinit=[a-z]+' | cut -f 2 -d '=' | head -n1)

-- 
live-helper



More information about the debian-live-changes mailing list