summaryrefslogtreecommitdiff
path: root/env.in
diff options
context:
space:
mode:
Diffstat (limited to 'env.in')
-rw-r--r--env.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/env.in b/env.in
deleted file mode 100644
index db507ca..0000000
--- a/env.in
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-GUILE_LOAD_PATH=@abs_top_srcdir@:$GUILE_LOAD_PATH
-if test "@abs_top_srcdir@" != "@abs_top_builddir@"; then
- GUILE_LOAD_PATH=@abs_top_builddir@:$GUILE_LOAD_PATH
-fi
-GUILE_LOAD_COMPILED_PATH=@abs_top_builddir@:$GUILE_LOAD_PATH
-PATH=@abs_top_builddir@/bin:$PATH
-
-export GUILE_LOAD_PATH
-export GUILE_LOAD_COMPILED_PATH
-export PATH
-
-exec "$@"