hvk: set IMG_DEST to IMG_SRC if unspecified
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 16 Jun 2025 15:21:12 +0000 (11:21 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 16 Jun 2025 15:21:12 +0000 (11:21 -0400)
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
scripts/hvk-common.sh

index 46653d6..1310cf6 100644 (file)
@@ -61,7 +61,7 @@ if [ "${IMG_SRC}" = "" ]; then
 fi
 
 if [ "${IMG_DEST}" = "" ]; then
-    IMG_DEST="Image"
+    IMG_DEST="${IMG_SRC}"
 fi
 
 # Arg1: src file