Use PERL env variable for execution of perl.

This commit is contained in:
Michael Sawyer
2000-06-13 19:41:59 +00:00
parent e03329a387
commit 5cca51c7c1
8 changed files with 30 additions and 23 deletions

View File

@@ -35,7 +35,7 @@ $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.\
status=`expr $status + $?`
grep ";" dig.out.ns3
perl ../digcomp.pl dig.out.ns2 dig.out.ns3
$PERL ../digcomp.pl dig.out.ns2 dig.out.ns3
status=`expr $status + $?`
rm -f ns2/example.db
@@ -54,7 +54,7 @@ $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.\
status=`expr $status + $?`
grep ";" dig.out.ns3
perl ../digcomp.pl dig.out.ns2 dig.out.ns3
$PERL ../digcomp.pl dig.out.ns2 dig.out.ns3
status=`expr $status + $?`
kill `cat ns3/named.pid`
@@ -75,7 +75,7 @@ $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.\
status=`expr $status + $?`
grep ";" dig.out.ns3
perl ../digcomp.pl dig.out.ns2 dig.out.ns3
$PERL ../digcomp.pl dig.out.ns2 dig.out.ns3
status=`expr $status + $?`
rm -f ns2/example.db
@@ -95,7 +95,7 @@ $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.\
status=`expr $status + $?`
grep ";" dig.out.ns3
perl ../digcomp.pl dig.out.ns2 dig.out.ns3
$PERL ../digcomp.pl dig.out.ns2 dig.out.ns3
status=`expr $status + $?`
if [ $status != 0 ]; then