mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 18:30:00 -04:00
fix test to see if $PERL is set
(cherry picked from commit 44f0f310d41acc5c772d38353fe35ddacb3fee80)
This commit is contained in:
parent
157bb6945d
commit
e530bc13dc
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ echo "S:$test:`date`" >&2
|
|||
echo "T:$test:1:A" >&2
|
||||
echo "A:System test $test" >&2
|
||||
|
||||
if [ x$PERL = x ]
|
||||
if [ x${PERL:+set} = x ]
|
||||
then
|
||||
echo "I:Perl not available. Skipping test." >&2
|
||||
echo "R:UNTESTED" >&2
|
||||
|
|
|
|||
Loading…
Reference in a new issue