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:
Mark Andrews
2020-11-19 14:43:06 +11:00
parent 3065d54142
commit da1243fe9d

View File

@@ -15,4 +15,6 @@ srcdir=@srcdir@
# shellcheck source=conf.sh
. "${builddir}/conf.sh"
export builddir srcdir
$PERL "${srcdir}/stop.pl" "$@"