[Libvirt-cim] [PATCH] [TEST] Fixing xmt-makefv.sh typo

Deepti B. Kalakeri deeptik at linux.vnet.ibm.com
Mon May 4 10:49:44 UTC 2009


# HG changeset patch
# User Deepti B. Kalakeri <deeptik at linux.vnet.ibm.com>
# Date 1241434172 25200
# Node ID 92caf252c2fa8c8a7a9b70548d12b03c52f3935c
# Parent  e8dc06eefada41252ba8d27b08fcef8ef6604251
[TEST] Fixing xmt-makefv.sh typo.

Signed-off-by: Deepti B. Kalakeri <deeptik at linux.vnet.ibm.com>

diff -r e8dc06eefada -r 92caf252c2fa suites/libvirt-cim/images/xmt-makefv.sh
--- a/suites/libvirt-cim/images/xmt-makefv.sh	Tue Apr 21 17:08:06 2009 -0700
+++ b/suites/libvirt-cim/images/xmt-makefv.sh	Mon May 04 03:49:32 2009 -0700
@@ -25,7 +25,7 @@
 fi
 
 if [ -z $QEMU_FILE ]; then
-    CU_QEMU_VER=0
+    CUR_QEMU_VER=0
 else
     CUR_QEMU_VER=`strings $QEMU_FILE | awk '/version [0-9]/ { print $5; }' | sed 's/,//' | sed 's/\.//g'`
 fi




More information about the Libvirt-cim mailing list