From 2c65255baae92d00e76e70f86947a9b01dde6430 Mon Sep 17 00:00:00 2001 From: Michael Sawyer Date: Thu, 6 Jul 2000 19:37:47 +0000 Subject: [PATCH] Missing quotes --- bin/tests/system/conf.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/conf.sh.in b/bin/tests/system/conf.sh.in index a1b048698d..36b9c36bf2 100644 --- a/bin/tests/system/conf.sh.in +++ b/bin/tests/system/conf.sh.in @@ -15,7 +15,7 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. -# $Id: conf.sh.in,v 1.6 2000/07/06 19:34:27 mws Exp $ +# $Id: conf.sh.in,v 1.7 2000/07/06 19:37:47 mws Exp $ # # Common configuration data for system tests, to be sourced into @@ -36,7 +36,7 @@ KEYGEN=$TOP/bin/dnssec/dnssec-keygen SIGNER=$TOP/bin/dnssec/dnssec-signzone KEYSIGNER=$TOP/bin/dnssec/dnssec-signkey KEYSETTOOL=$TOP/bin/dnssec/dnssec-makekeyset -SUBDIRS=dnssec glue limits lwresd notify nsupdate stub views xfer xferquota +SUBDIRS="dnssec glue limits lwresd notify nsupdate stub views xfer xferquota" # PERL will be an empty string if no perl interpreter was found. PERL=@PERL@