aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-10 18:23:22 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-10 18:23:22 +0200
commit345c091a0d46fca79e2e01f9aee6b3dc3012dc4f (patch)
treeaf63ef71ad12ae846f09cd687f0d90d1769941af /src/util
parentaa445fd061a4fea4ecb4bd9d73ced44a15dfa3de (diff)
downloadexchange-345c091a0d46fca79e2e01f9aee6b3dc3012dc4f.tar.xz
-fix stupid crash bug
Diffstat (limited to 'src/util')
-rw-r--r--src/util/paths.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/paths.conf b/src/util/paths.conf
index 3415b7095..9e1c53bb7 100644
--- a/src/util/paths.conf
+++ b/src/util/paths.conf
@@ -17,13 +17,13 @@ TALER_HOME = ${TALER_TEST_HOME:-${HOME:-${USERPROFILE}}}
# for how these should be used.
# Persistent data storage
-TALER_DATA_HOME = ${TALER_TEST_HOME:-${XDG_DATA_HOME:-${TALER_HOME}/.local/share/}/.local/share/}taler/
+TALER_DATA_HOME = ${TALER_TEST_HOME:-${XDG_DATA_HOME:-${TALER_HOME}}}/.local/share/taler/
# Configuration files
-TALER_CONFIG_HOME = ${TALER_TEST_HOME:-${XDG_CONFIG_HOME:-${TALER_HOME}/.config/}/.config/}taler/
+TALER_CONFIG_HOME = ${TALER_TEST_HOME:-${XDG_CONFIG_HOME:-${TALER_HOME}}}/.config/taler/
# Cached data, no big deal if lost
-TALER_CACHE_HOME = ${TALER_TEST_HOME:-${XDG_CACHE_HOME:-${TALER_HOME}/.cache/}/.cache/}taler/
+TALER_CACHE_HOME = ${TALER_TEST_HOME:-${XDG_CACHE_HOME:-${TALER_HOME}}}/.cache/taler/
# Runtime data (always lost on system boot)
TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/taler-system-runtime/