aboutsummaryrefslogtreecommitdiffstats
path: root/run-gitto
diff options
context:
space:
mode:
Diffstat (limited to 'run-gitto')
-rwxr-xr-xrun-gitto4
1 files changed, 1 insertions, 3 deletions
diff --git a/run-gitto b/run-gitto
index 9f45893..d25b784 100755
--- a/run-gitto
+++ b/run-gitto
@@ -1,5 +1,3 @@
#!/bin/sh
-export GUILE_LOAD_PATH="$(dirname $(realpath $0)):$GUILE_LOAD_PATH"
-export GUILE_LOAD_COMPILED_PATH="$(dirname $(realpath $0)):$GUILE_LOAD_PATH"
-exec src/gitto "$@"
+./env src/gitto "$@"