2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Missing quotes

This commit is contained in:
Michael Sawyer
2000-07-06 19:37:47 +00:00
parent ea1fabfe76
commit 2c65255baa

View File

@@ -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@