summaryrefslogtreecommitdiffstatshomepage
path: root/env
blob: b7edc9a7dd697d3b172f631dbe3ea8ca7f84203c (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

this_dir=$(cd $(dirname $0) && pwd)
GUILE_LOAD_PATH=$this_dir/$pkg:$GUILE_LOAD_PATH

export GUILE_LOAD_PATH

exec "$@"