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

4 May
2009
4 May
'09
10:49 a.m.
# HG changeset patch # User Deepti B. Kalakeri <deeptik@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@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
5962
Age (days ago)
5962
Last active (days ago)
0 comments
1 participants
participants (1)
-
Deepti B. Kalakeri