From 1f5d2d424c94e5c993b47232aff7472fb50d36cb Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 1 Mar 2020 01:07:48 +0000 Subject: chore(third_party): Remove guile 3.0 override I don't actually use guile at all, this was just for experimentation. --- third_party/guile/setup-hook-3.0.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 third_party/guile/setup-hook-3.0.sh (limited to 'third_party/guile/setup-hook-3.0.sh') 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 -- cgit 1.4.1