diff options
author | Vincent Ambo <tazjin@google.com> | 2020-03-01T01·07+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-03-01T01·07+0000 |
commit | 1f5d2d424c94e5c993b47232aff7472fb50d36cb (patch) | |
tree | 3c71316191fe2aa6316df216f4a925fcb3581359 /third_party/guile/setup-hook-3.0.sh | |
parent | 33c2a27d775ab63e9ad239f9058bc8097fbfd445 (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 'third_party/guile/setup-hook-3.0.sh')
-rw-r--r-- | third_party/guile/setup-hook-3.0.sh | 13 |
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 61d0af988c99..000000000000 --- 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 |