summaryrefslogtreecommitdiff
path: root/guix/rde/pre-inst-env
blob: 886c81cb6e29c0998f42ce9243b12f1f8f7a18f2 (plain)
1
2
3
4
5
6
#!/bin/sh

GUILE_LOAD_PATH="./src${GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH"
export GUILE_LOAD_PATH

exec "$@"