diff options
| author | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2021-12-21 11:17:12 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2021-12-21 11:17:54 -0500 |
| commit | c5ac3b82d6be97ac27520e5e0657e0a001477d5a (patch) | |
| tree | 6fb616dbe9cb6ff375237c4fbea027e016a09719 /ves.sh | |
| parent | 79dfb33589ce9f5df9795a3975b16a87dacfd6b6 (diff) | |
| download | sh-ves-c5ac3b82d6be97ac27520e5e0657e0a001477d5a.tar.gz | |
Bugfixes
Diffstat (limited to 'ves.sh')
| -rw-r--r-- | ves.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |