Merge branch 'ifconfig.sh-anywhere-v9_11' into 'v9_11'

Allow ifconfig to be called from any directory

See merge request isc-projects/bind9!1668
This commit is contained in:
Mark Andrews
2019-03-11 23:24:54 -04:00

View File

@@ -21,7 +21,7 @@
#
config_guess=""
for f in ./config.guess ../../../config.guess
for f in ./config.guess ../../../config.guess /usr/share/automake*/config.guess
do
if test -f $f
then