xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix setopt in buildconfigs/enable-xen-config
@ 2010-06-14 18:20 Alex Zeffertt
  0 siblings, 0 replies; only message in thread
From: Alex Zeffertt @ 2010-06-14 18:20 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com

[-- Attachment #1: Type: text/plain, Size: 24 bytes --]

Regards,

Alex Zeffertt

[-- Attachment #2: enable-xen-config-fix.patch --]
[-- Type: text/x-diff, Size: 612 bytes --]

Fix setopt in case where option is already set but to the wrong value

Signed-off-by: Alex Zeffertt <alex.zeffertt@eu.citrix.com>


diff -r 3903d95733f7 buildconfigs/enable-xen-config
--- a/buildconfigs/enable-xen-config	Fri Jun 11 14:04:36 2010 +0100
+++ b/buildconfigs/enable-xen-config	Mon Jun 14 19:00:25 2010 +0100
@@ -15,7 +15,7 @@
 	VALUE=$2
 
 	# First remove any existing instances of this option
-	sed -e "s/^# ${OPTION} is not set$//g ; s/^^{OPTION}=.$//g" -i "${CONFIG}"
+	sed -e "s/^# ${OPTION} is not set$//g ; s/^${OPTION}=.*$//g" -i "${CONFIG}"
 
 	# Then append the new value
 	case ${VALUE} in

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-14 18:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-14 18:20 [PATCH] fix setopt in buildconfigs/enable-xen-config Alex Zeffertt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).