From a64d3257b666b1494c96019f2570ed4a41a99450 Mon Sep 17 00:00:00 2001 From: short <> Date: Sat, 11 Jan 2003 18:12:22 +0000 Subject: [PATCH 1/1] 'po' files can now also silently change their comment lines --- AutoGen.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/AutoGen.pm b/AutoGen.pm index 4f2fd1f..5075ee6 100644 --- a/AutoGen.pm +++ b/AutoGen.pm @@ -411,6 +411,7 @@ my($class,%options)=@_; .q< -e '1,/^@@.*@@$$/d'> .q< -e '/^[+-]"POT-Creation-Date:/d'> .q< -e '/^[^+-]/d'> + .q< -e '/^[+-]#/d'> .q< | wc -l` -eq 0;then> .q< touch --reference=$${lang}.po $${lang}.po~;> .q< mv -f $${lang}.po~ $${lang}.po;> -- 1.8.3.1