8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00
This commit is contained in:
alexpeshkoff 2009-04-22 16:34:03 +00:00
parent 2f89c8e30f
commit e6b240b1c0

View File

@ -53,7 +53,7 @@ fi
# Ensure correct utilities are called by AUTORECONF # Ensure correct utilities are called by AUTORECONF
autopath=`dirname $AUTORECONF` autopath=`dirname $AUTORECONF`
if [ "$autopath" != x. ]; then if [ "x$autopath" != "x" ]; then
PATH=$autopath:$PATH PATH=$autopath:$PATH
export PATH export PATH
fi fi