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:12 -0500
commit5d75d6decce11911ce5ca20c95ae0926e812143e (patch)
tree6923499a33b839973d50119d8ed43b473f23050f /ves.sh
parent79dfb33589ce9f5df9795a3975b16a87dacfd6b6 (diff)
downloadsh-ves-5d75d6decce11911ce5ca20c95ae0926e812143e.tar.gz
Bugfixes
Diffstat (limited to 'ves.sh')
-rw-r--r--ves.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ves.sh b/ves.sh
index 0287a8a..e9755cd 100644
--- a/ves.sh
+++ b/ves.sh
@@ -1,6 +1,6 @@
#!/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"