From 970cd4e80a0aa1b9ebafea65e4d915ddbcda5f71 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Tue, 14 Nov 2006 14:51:35 +0000 Subject: [PATCH] Fix the inclusion of extras/contrib/bin to the PATH --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 7fd6835a55..d613e7c500 100755 --- a/bootstrap +++ b/bootstrap @@ -35,7 +35,7 @@ ACLOCAL_ARGS="-I m4" # Check for contrib directory if test -d extras/contrib/bin; then - export PATH=./extras/contrib/bin:$PATH + export PATH="`pwd`/extras/contrib/bin:$PATH" if test -d extras/contrib/share/aclocal; then ACLOCAL_ARGS="${ACLOCAL_ARGS} -I extras/contrib/share/aclocal" fi -- 2.39.5