mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'ifconfig.sh-anywhere' into 'master'
Allow ifconfig to be called from any directory See merge request isc-projects/bind9!1563
This commit is contained in:
commit
985d9d9c84
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue