]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
lost line
authorMark Andrews <marka@isc.org>
Fri, 29 Jun 2012 01:36:14 +0000 (11:36 +1000)
committerMark Andrews <marka@isc.org>
Fri, 29 Jun 2012 01:47:30 +0000 (11:47 +1000)
util/update_copyrights

index 9171774bf39fd1d3b181cb1a881fe95e369fd39a..cba5e281d019b869e0ca1d6f85db1bc4dac7903f 100644 (file)
@@ -161,6 +161,7 @@ foreach $file (keys %file_types) {
                 $end_comment = " */\n";
         } elsif ($type =~ /^(SH|PERL|TCL|MAKE|CONF-SH|RNC)$/) {
                 $shell_comment = 1;
+               $prefix = "# ";
         } elsif ($type =~ /^PYTHON$/) {
                 $python_comment = 1;
                 $start_comment = "############################################################################\n";