From c5ac3b82d6be97ac27520e5e0657e0a001477d5a Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Tue, 21 Dec 2021 11:17:12 -0500 Subject: Bugfixes --- ves-list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ves-list.sh') diff --git a/ves-list.sh b/ves-list.sh index 1b6c775..29844bf 100644 --- a/ves-list.sh +++ b/ves-list.sh @@ -1,6 +1,6 @@ #!/bin/sh -if [ -z $XDG_DATA_HOME ]; then +if [ -z ${XDG_DATA_HOME+x} ]; then ENV_DIR="$HOME/.local/share/ves/envs" else ENV_DIR="$XDG_DATA_HOME/ves/envs" -- cgit v1.2.3