aboutsummaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-13 00:01:28 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-13 00:01:28 +0200
commita82b6c772089aa46e30c6c89ef48f514294df3cb (patch)
treee25d9b6fd1fefe8b6ac293a5c0b53293872a8f54 /env
parentAdd basic documentation for lens. (diff)
parentEven more documentation. (diff)
downloadcalp-a82b6c772089aa46e30c6c89ef48f514294df3cb.tar.gz
calp-a82b6c772089aa46e30c6c89ef48f514294df3cb.tar.xz
Merge branch 'next' into datarewrite-structures
Diffstat (limited to 'env')
-rw-r--r--env17
1 files changed, 0 insertions, 17 deletions
diff --git a/env b/env
deleted file mode 100644
index 31ff2281..00000000
--- a/env
+++ /dev/null
@@ -1,17 +0,0 @@
-# -*- mode: sh -*-
-
-_here=$(dirname "$(realpath "${BASH_SOURCE[0]}")")
-
-export GUILE=${GUILE:-guile}
-guile_version=$($GUILE -c '(display (version))')
-
-export GUILE_LOAD_COMPILED_PATH=${_here}/obj-${guile_version}:${GUILE_LOAD_COMPILED_PATH}
-export GUILE_LOAD_PATH=${_here}/module:${GUILE_LOAD_PATH}
-export GUILE_AUTO_COMPILE=0
-
-# TODO why is this set?
-export LIBEXEC=${_here}/scripts/
-
-#export GUILE_AUTO_COMPILE=0
-
-# exec "$@"