summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dns_wizard/Bind.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns_wizard/Bind.pm b/dns_wizard/Bind.pm
index b79676e6..8ded2482 100644
--- a/dns_wizard/Bind.pm
+++ b/dns_wizard/Bind.pm
@@ -802,7 +802,7 @@ sub check_iph {
sub do_it {
$::testing and return;
foreach (qw(named.ca master reverse)) {
- cp_af("$WIZARD_SCRIPTS/$_","$NAMED_DIR/$_") if !-e "$NAMED_DIR/$_";
+ cp_af("$WIZARD_SCRIPTS/$_", "$NAMED_DIR/$_") if !-e "$NAMED_DIR/$_";
}
#my ($st) = @_;
crea_wdir($WDIR);