From c387ea23270979178b7b8575edd1b4da1a3468ac Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Fri, 31 Jul 2015 12:40:05 -0400 Subject: [PATCH] feature #3782: Fix merge with resize clone --- src/tm_mad/qcow2/clone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tm_mad/qcow2/clone b/src/tm_mad/qcow2/clone index 6ba3bd8ed6..07a773602a 100755 --- a/src/tm_mad/qcow2/clone +++ b/src/tm_mad/qcow2/clone @@ -93,7 +93,7 @@ http://*) ORIGINAL_SIZE=${ORIGINAL_SIZE:-0} if [ "$SIZE" -ge "$ORIGINAL_SIZE" ]; then - RESIZE_CMD="; qemu-img resize ${DST_PATH} ${SIZE}M" + RESIZE_CMD="qemu-img resize ${DST_PATH} ${SIZE}M" fi CLONE_CMD="cd $DST_DIR; rm -f $DST_PATH; \