From 51ec03e35fa378a3b024150759730e2074755606 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Mon, 16 Jun 2025 11:21:12 -0400 Subject: [PATCH] hvk: set IMG_DEST to IMG_SRC if unspecified Signed-off-by: Hugo Villeneuve --- scripts/hvk-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1