diff mbox

[Xen-devel,OSSTEST,08/17] mfi-common: fixup

Message ID 1390384501-20552-8-git-send-email-ian.campbell@citrix.com
State New
Headers show

Commit Message

Ian Campbell Jan. 22, 2014, 9:54 a.m. UTC
---
 mfi-common | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ian Campbell Jan. 22, 2014, 11:46 a.m. UTC | #1
On Wed, 2014-01-22 at 11:44 +0000, Ian Jackson wrote:
> Ian Campbell writes ("[PATCH OSSTEST 08/17] mfi-common: fixup"):
> > -    if [ -z "$WANT_XEND" ]; then
> > +    if [ -n "$WANT_XEND" ]; then
> 
> Ah :-)

Um, oops, sorry ;-)

Ian.
diff mbox

Patch

diff --git a/mfi-common b/mfi-common
index 28c3f3f..e7cae0a 100644
--- a/mfi-common
+++ b/mfi-common
@@ -90,7 +90,7 @@  create_build_jobs () {
     # In 4.4 onwards xend is off by default. If necessary we build a
     # separate set of binaries with xend enabled in order to run those
     # tests which use xend.
-    if [ -z "$WANT_XEND" ]; then
+    if [ -n "$WANT_XEND" ]; then
       want_xend=$WANT_XEND
     else
       case "$arch" in