Subject: CVS commit: pkgsrc/mk/tools
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 04/15/2006 04:41:08
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat Apr 15 04:41:08 UTC 2006

Modified Files:
	pkgsrc/mk/tools: msgfmt.sh

Log Message:
Reorder the loop so that we can never get into an infinite loop.  We
now pass every line we don't need to process directly through to
msgfmt.  This fixes building pt_BR.po in libgnomedb where all of the
lines end with "^M" and this script wasn't properly detecting a blank
line as a result.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/mk/tools/msgfmt.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.