From: Hugo Villeneuve Date: Mon, 16 Jun 2025 15:21:12 +0000 (-0400) Subject: hvk: set IMG_DEST to IMG_SRC if unspecified X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=51ec03e35fa378a3b024150759730e2074755606;p=hvutilities.git hvk: set IMG_DEST to IMG_SRC if unspecified Signed-off-by: Hugo Villeneuve --- diff --git a/scripts/hvk-common.sh b/scripts/hvk-common.sh index 46653d6..1310cf6 100644 --- a/scripts/hvk-common.sh +++ b/scripts/hvk-common.sh @@ -61,7 +61,7 @@ if [ "${IMG_SRC}" = "" ]; then fi if [ "${IMG_DEST}" = "" ]; then - IMG_DEST="Image" + IMG_DEST="${IMG_SRC}" fi # Arg1: src file