Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at netboot-syslinux-multiplatform 7 lines 209 B view raw
1addGuileLibPath () { 2 if test -d "$1/share/guile/site"; then 3 export GUILE_LOAD_PATH="${GUILE_LOAD_PATH-}${GUILE_LOAD_PATH:+:}$1/share/guile/site" 4 fi 5} 6 7addEnvHooks "$hostOffset" addGuileLibPath