mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
misc
This commit is contained in:
parent
2f89c8e30f
commit
e6b240b1c0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user