diff --git a/scripts/core/sxmo_common.sh b/scripts/core/sxmo_common.sh index cb77cdf..291f46c 100644 --- a/scripts/core/sxmo_common.sh +++ b/scripts/core/sxmo_common.sh @@ -7,11 +7,11 @@ # for all the variables we define here # shellcheck disable=SC2034 -NOTIFDIR="$XDG_DATA_HOME"/sxmo/notifications +export NOTIFDIR="$XDG_DATA_HOME"/sxmo/notifications # shellcheck disable=SC2034 -CACHEDIR="$XDG_CACHE_HOME"/sxmo +export CACHEDIR="$XDG_CACHE_HOME"/sxmo # shellcheck disable=SC2034 -LOGDIR="$XDG_DATA_HOME"/sxmo/modem +export LOGDIR="$XDG_DATA_HOME"/sxmo/modem # This script ensures all sxmo scripts are using the busybox version of # certain coreutils rather than any other version that may be installed on the