aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-16 23:14:16 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-16 23:14:16 +0200
commitdb083ceaa136f9d8b987b0f9d151a1a3578d3709 (patch)
treea4f6594510dac7959f185604b2017ba31c00504c /main
parentWrite preliminary PKGBUILD. (diff)
downloadcalp-db083ceaa136f9d8b987b0f9d151a1a3578d3709.tar.gz
calp-db083ceaa136f9d8b987b0f9d151a1a3578d3709.tar.xz
Setup directories for dist.
Diffstat (limited to 'main')
-rwxr-xr-xmain1
1 files changed, 1 insertions, 0 deletions
diff --git a/main b/main
index f9bf296e..89c38e51 100755
--- a/main
+++ b/main
@@ -4,5 +4,6 @@ here=$(dirname $(realpath $0))
. $here/env
GUILE=${GUILE:-guile}
+# GUILE_LOAD_PATH=$here/module
exec $GUILE -e main -s $here/module/main.scm "$@"