diff -r 291588cb5e84 -r bba32c45a832 dnssec-keytool.pl --- a/dnssec-keytool.pl Thu Dec 23 23:59:27 2010 +0100 +++ b/dnssec-keytool.pl Fri Dec 24 00:01:55 2010 +0100 @@ -280,7 +280,7 @@ # reviewed every key file (KSK, ZSK), whether they are described in # the respective index file. if not they will be deleted. - for ( glob("$master_dir/$zone/K*") { + for ( glob("$master_dir/$zone/K*")) { chomp; my $file = $_; my $rm_count = 1;