mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
add env script
* env: New file, run as ./env guile
This commit is contained in:
parent
9cd17db7dc
commit
0a5db6e11d
1 changed files with 4 additions and 0 deletions
4
env
Executable file
4
env
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
export GUILE_LOAD_PATH=`pwd`/module${GUILE_LOAD_PATH:+:$GUILE_LOAD_PATH}
|
||||||
|
export LD_LIBRARY_PATH=`pwd`/src${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
|
||||||
|
exec "$@"
|
Loading…
Add table
Add a link
Reference in a new issue