source:
dotfiles/guix/rde/pre-inst-env@
420782f
Last change on this file since 420782f was 420782f, checked in by , on Apr 19, 2023 at 9:25:51 PM | |
---|---|
|
|
File size: 106 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | GUILE_LOAD_PATH="./src${GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH" |
4 | export GUILE_LOAD_PATH |
5 | |
6 | exec "$@" |
Note:
See TracBrowser
for help on using the repository browser.