From a9be8091a43a50027e9c442f6110e4d5900b3e78 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Wed, 9 Oct 2024 10:54:22 -0400 Subject: [PATCH] hvk: add missing PROG_NAME --- scripts/hvk-compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/hvk-compile.sh b/scripts/hvk-compile.sh index f2b6cab..ce0384f 100755 --- a/scripts/hvk-compile.sh +++ b/scripts/hvk-compile.sh @@ -1,5 +1,6 @@ #!/bin/bash +PROG_NAME=$(basename $0) SCRIPT="`readlink -e $0`" SCRIPTPATH=$(dirname ${SCRIPT}) source ${SCRIPTPATH}/hvk-common.sh -- 2.20.1