summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-11-10 23:09:25 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-11-10 23:09:25 +0100
commit7ad934f377fd9c81133ddd9e3b09cdb61e21a4eb (patch)
tree99d6672a81d83be9c0af3f9e920fed5af7e06d91
parent8505f4ae73b7a9e7c4a7be2305353b48cebd0290 (diff)
Export srcdir.
* env.in: Export srcdir (for tests).
-rw-r--r--env.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/env.in b/env.in
index db507ca..ae64d6e 100644
--- a/env.in
+++ b/env.in
@@ -10,5 +10,6 @@ PATH=@abs_top_builddir@/bin:$PATH
export GUILE_LOAD_PATH
export GUILE_LOAD_COMPILED_PATH
export PATH
+export srcdir=@abs_top_srcdir@
exec "$@"