2008-02-12 10:41:00 +00:00
|
|
|
addGuileLibPath () {
|
2008-04-09 09:15:30 +01:00
|
|
|
if test -d "$1/share/guile/site"
|
2008-02-12 10:41:00 +00:00
|
|
|
then
|
2019-11-20 04:12:13 +00:00
|
|
|
export GUILE_LOAD_PATH="${GUILE_LOAD_PATH-}${GUILE_LOAD_PATH:+:}$1/share/guile/site"
|
2008-02-12 10:41:00 +00:00
|
|
|
fi
|
|
|
|
}
|
|
|
|
|
2017-08-10 23:22:07 +01:00
|
|
|
addEnvHooks "$hostOffset" addGuileLibPath
|