about summary refs log tree commit diff
path: root/third_party/guile/setup-hook-3.0.sh
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-03-01T01·07+0000
committerVincent Ambo <tazjin@google.com>2020-03-01T01·07+0000
commit1f5d2d424c94e5c993b47232aff7472fb50d36cb (patch)
tree3c71316191fe2aa6316df216f4a925fcb3581359 /third_party/guile/setup-hook-3.0.sh
parent33c2a27d775ab63e9ad239f9058bc8097fbfd445 (diff)
chore(third_party): Remove guile 3.0 override r/588
I don't actually use guile at all, this was just for experimentation.
Diffstat (limited to '')
-rw-r--r--third_party/guile/setup-hook-3.0.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/third_party/guile/setup-hook-3.0.sh b/third_party/guile/setup-hook-3.0.sh
deleted file mode 100644
index 61d0af988c..0000000000
--- a/third_party/guile/setup-hook-3.0.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-addGuileLibPath () {
-    if test -d "$1/share/guile/site/3.0"
-    then
-        export GUILE_LOAD_PATH="${GUILE_LOAD_PATH}${GUILE_LOAD_PATH:+:}$1/share/guile/site/3.0"
-        export GUILE_LOAD_COMPILED_PATH="${GUILE_LOAD_COMPILED_PATH}${GUILE_LOAD_COMPILED_PATH:+:}$1/share/guile/site/3.0"
-    elif test -d "$1/share/guile/site"
-    then
-        export GUILE_LOAD_PATH="${GUILE_LOAD_PATH}${GUILE_LOAD_PATH:+:}$1/share/guile/site"
-        export GUILE_LOAD_COMPILED_PATH="${GUILE_LOAD_COMPILED_PATH}${GUILE_LOAD_COMPILED_PATH:+:}$1/share/guile/site"
-    fi
-}
-
-addEnvHooks "$hostOffset" addGuileLibPath