mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 00:19:59 -04:00
bin/tests/system/stop.sh was not working
It failed to export builddir srcdir resulting in stop.pl failing when these where looked for in the environment.
This commit is contained in:
parent
3065d54142
commit
da1243fe9d
1 changed files with 2 additions and 0 deletions
|
|
@ -15,4 +15,6 @@ srcdir=@srcdir@
|
|||
# shellcheck source=conf.sh
|
||||
. "${builddir}/conf.sh"
|
||||
|
||||
export builddir srcdir
|
||||
|
||||
$PERL "${srcdir}/stop.pl" "$@"
|
||||
|
|
|
|||
Loading…
Reference in a new issue