]> Untitled Git - hvutilities.git/commitdiff
hvk: add missing PROG_NAME
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 9 Oct 2024 14:54:22 +0000 (10:54 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 9 Oct 2024 14:54:22 +0000 (10:54 -0400)
scripts/hvk-compile.sh

index f2b6cab2df10251986ea788fc040ce274ba0a74a..ce0384fb33a15f55f0937beefd350f82725ee1f8 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/bash
 
+PROG_NAME=$(basename $0)
 SCRIPT="`readlink -e $0`"
 SCRIPTPATH=$(dirname ${SCRIPT})
 source ${SCRIPTPATH}/hvk-common.sh