perl not C

This commit is contained in:
Mark Andrews 2005-05-13 01:07:57 +00:00
parent bc4bc62e23
commit fc16774e1b

View file

@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: update_copyrights,v 1.26.206.10 2005/05/13 00:59:38 marka Exp $
# $Id: update_copyrights,v 1.26.206.11 2005/05/13 01:07:57 marka Exp $
require 5.002;
@ -112,8 +112,7 @@ foreach $file (keys %file_types) {
}
# copyright notice is now generated from the source.
if ($years_list eq "DOCBOOK")
next;
next if ($years_list eq "DOCBOOK");
if ($years_list eq "DOCBOOK") {
docbook($file);