Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
178 B
Bash
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
addGuileLibPath () {
if test -d "$1/share/guile/site"; then
addToSearchPath GUILE_LOAD_PATH "$1/share/guile/site"
fi
}
addEnvHooks "$hostOffset" addGuileLibPath