aboutsummaryrefslogtreecommitdiffstats
path: root/ves.sh
diff options
context:
space:
mode:
authorDouglas Rumbaugh <doug@douglasrumbaugh.com>2021-12-21 11:17:12 -0500
committerDouglas Rumbaugh <doug@douglasrumbaugh.com>2021-12-21 11:17:54 -0500
commitc5ac3b82d6be97ac27520e5e0657e0a001477d5a (patch)
tree6fb616dbe9cb6ff375237c4fbea027e016a09719 /ves.sh
parent79dfb33589ce9f5df9795a3975b16a87dacfd6b6 (diff)
downloadsh-ves-c5ac3b82d6be97ac27520e5e0657e0a001477d5a.tar.gz
Bugfixes
Diffstat (limited to 'ves.sh')
-rw-r--r--ves.sh4
1 files changed, 3 insertions, 1 deletions
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"