mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
misc
This commit is contained in:
parent
2f89c8e30f
commit
e6b240b1c0
@ -53,7 +53,7 @@ fi
|
||||
|
||||
# Ensure correct utilities are called by AUTORECONF
|
||||
autopath=`dirname $AUTORECONF`
|
||||
if [ "$autopath" != x. ]; then
|
||||
if [ "x$autopath" != "x" ]; then
|
||||
PATH=$autopath:$PATH
|
||||
export PATH
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user