This is not technically needed as bash interprets `a=1 b=2' as
settings of both a and b.  But it's not idiomatic sh within osstest to
use this syntax.

No functional change.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 cri-common |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cri-common b/cri-common
index 45545d8..d73dc4b 100644
--- a/cri-common
+++ b/cri-common
@@ -68,7 +68,7 @@ select_xenbranch () {
        case "$branch" in
        xen-unstable-smoke)     tree=xen;       xenbranch=$branch; 
qemuubranch=qemu-xen-unstable;;
        xen-*)                  tree=xen;       xenbranch=$branch ;;
-       qemu-mainline)          tree=qemuu;     xenbranch=xen-unstable  
qemuubranch=qemu-mainline;;
+       qemu-mainline)          tree=qemuu;     xenbranch=xen-unstable; 
qemuubranch=qemu-mainline;;
         qemu-upstream-*)    tree=qemuu; 
xenbranch=xen-${branch#qemu-upstream-};;
        linux)                  tree=linux;     xenbranch=xen-unstable ;;
        linux-*)                tree=linux;     xenbranch=xen-unstable ;;
-- 
1.7.10.4


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

Reply via email to