| 
    
 [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 26/26] cri-common: Add a missing semicolon
 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.Jackson@xxxxxxxxxxxxx>
---
 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@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
 
  | 
  
![]()  | 
            
         Lists.xenproject.org is hosted with RackSpace, monitoring our  |