projects
/
hvutilities.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51ec03e
)
hvk: hvk-select: remove sourcing of hvk-common.sh
author
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 17 Jul 2025 14:59:15 +0000
(10:59 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 17 Jul 2025 15:00:53 +0000
(11:00 -0400)
No need to source this file, as this can cause problems if
.hvk is invalid (example: invalid symbolic link).
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
scripts/hvk-select.sh
patch
|
blob
|
history
diff --git
a/scripts/hvk-select.sh
b/scripts/hvk-select.sh
index
57ce291
..
82d6e27
100755
(executable)
--- a/
scripts/hvk-select.sh
+++ b/
scripts/hvk-select.sh
@@
-2,7
+2,6
@@
SCRIPT="`readlink -e $0`"
SCRIPTPATH=$(dirname ${SCRIPT})
-source ${SCRIPTPATH}/hvk-common.sh
hvk_src="${HOME}/.hvk"
hvk_link=".hvk"