From e426cbe82380f09d8d09986a8e33848f881ba476 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Sat, 20 Feb 2021 14:35:45 +0100 Subject: [PATCH] export the dir variables from the common script --- scripts/core/sxmo_common.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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