1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

brown-paper-bag to uninstalled-env

* meta/uninstalled-env.in: Fix lack of test.
This commit is contained in:
Andy Wingo 2010-06-10 17:29:48 +02:00
parent 070d8db023
commit d8e1bce4fc

View file

@ -128,7 +128,7 @@ export PKG_CONFIG_PATH
# handle PATH (no clobber)
PATH="${top_builddir}/libguile:${PATH}"
PATH="${top_srcdir}/meta:${PATH}"
if "x${top_srcdir}" != "x${top_builddir}"; then
if test "x${top_srcdir}" != "x${top_builddir}"; then
PATH="${top_builddir}/meta:${PATH}"
fi
export PATH