mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 08:50:00 -04:00
add -- before non-option argument starting with a dash so as not to
confuse the Perl Getopt module
This commit is contained in:
parent
bf5c44f380
commit
edd03c5600
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: tests.sh,v 1.13 2001/02/14 00:16:34 nelsonm Exp $
|
||||
# $Id: tests.sh,v 1.14 2001/02/14 02:03:45 gson Exp $
|
||||
|
||||
SYSTEMTESTTOP=..
|
||||
. $SYSTEMTESTTOP/conf.sh
|
||||
|
|
@ -32,7 +32,7 @@ status=`expr $status + $ret`
|
|||
|
||||
$PERL $SYSTEMTESTTOP/stop.pl . lwresd1
|
||||
|
||||
$PERL $SYSTEMTESTTOP/start.pl . lwresd1 "-c lwresd.conf -d 99 -g"
|
||||
$PERL $SYSTEMTESTTOP/start.pl . lwresd1 -- "-c lwresd.conf -d 99 -g"
|
||||
|
||||
echo "I:using lwresd.conf"
|
||||
ret=0
|
||||
|
|
|
|||
Loading…
Reference in a new issue