aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-03-21 03:00:05 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-03-28 14:17:47 +0200
commit18ecffd73dcfa502f436da859d0639b2ce6c435b (patch)
treeba41faef651bfa00e505656fca40cc880a44e03d
parentRewrote symlink creator for HTML (diff)
downloadcalp-18ecffd73dcfa502f436da859d0639b2ce6c435b.tar.gz
calp-18ecffd73dcfa502f436da859d0639b2ce6c435b.tar.xz
Unset XDG_DATA_HOME in env file.
-rw-r--r--env3
1 files changed, 1 insertions, 2 deletions
diff --git a/env b/env
index cc4fc222..31ff2281 100644
--- a/env
+++ b/env
@@ -9,8 +9,7 @@ export GUILE_LOAD_COMPILED_PATH=${_here}/obj-${guile_version}:${GUILE_LOAD_COMPI
export GUILE_LOAD_PATH=${_here}/module:${GUILE_LOAD_PATH}
export GUILE_AUTO_COMPILE=0
-# TODO why are these set?
-export XDG_DATA_HOME=$_here
+# TODO why is this set?
export LIBEXEC=${_here}/scripts/
#export GUILE_AUTO_COMPILE=0