From c5ac3b82d6be97ac27520e5e0657e0a001477d5a Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Tue, 21 Dec 2021 11:17:12 -0500 Subject: Bugfixes --- ves.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ves.sh') diff --git a/ves.sh b/ves.sh index 0287a8a..c17a040 100644 --- a/ves.sh +++ b/ves.sh @@ -1,6 +1,8 @@ #!/bin/sh ves() { - if [ -z "$VES_SCRIPTS_DIR" ]; then + + if [ -z "${VES_SCRIPTS_DIR+x}" ]; then + VES_BIN="$HOME/.local/bin/ves_scripts" else VES_BIN="$VES_SCRIPTS_DIR" -- cgit v1.2.3