projects
/
hvutilities.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3151e9a
)
hvk: add missing PROG_NAME
author
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 9 Oct 2024 14:54:22 +0000
(10:54 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 9 Oct 2024 14:54:22 +0000
(10:54 -0400)
scripts/hvk-compile.sh
patch
|
blob
|
history
diff --git
a/scripts/hvk-compile.sh
b/scripts/hvk-compile.sh
index
f2b6cab
..
ce0384f
100755
(executable)
--- 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