summaryrefslogtreecommitdiff
path: root/pre-inst-env
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-08-07 17:45:27 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-08-07 17:45:27 -0400
commitd866718649a385bdf3366783d9fdbed5a2630f92 (patch)
tree63b79bc71e485bb677212c672c854984ec7ea795 /pre-inst-env
parent2804e28ef22ded73a95da4508f7630db1db3c97d (diff)
Move guix-web to scripts directory.
* README.md ("Use"): Update. * guix-web: Moved. * pre-inst-env: New file. * scripts/guix-web: New file.
Diffstat (limited to 'pre-inst-env')
-rwxr-xr-xpre-inst-env6
1 files changed, 6 insertions, 0 deletions
diff --git a/pre-inst-env b/pre-inst-env
new file mode 100755
index 0000000..cd6ad23
--- /dev/null
+++ b/pre-inst-env
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+export PATH="$PWD/scripts:$PATH"
+export GUILE_LOAD_PATH="$PWD:$GUILE_LOAD_PATH"
+
+exec "$@"