intltool r719 - branches/intltool-thirty-somethings
- From: dobey svn gnome org
- To: svn-commits-list gnome org
- Subject: intltool r719 - branches/intltool-thirty-somethings
- Date: Sun, 24 Feb 2008 22:14:16 +0000 (GMT)
Author: dobey
Date: Sun Feb 24 22:14:16 2008
New Revision: 719
URL: http://svn.gnome.org/viewvc/intltool?rev=719&view=rev
Log:
2008-02-24 Rodney Dawes <dobey pwns gmail com>
* intltool-update.in.in (FindPOTKeywords):
Unwrap lines wplit with trailing \
Patch from LoÃc Minier <lool dooz org>
Fixes #516501
Modified:
branches/intltool-thirty-somethings/ChangeLog
branches/intltool-thirty-somethings/intltool-update.in.in
Modified: branches/intltool-thirty-somethings/intltool-update.in.in
==============================================================================
--- branches/intltool-thirty-somethings/intltool-update.in.in (original)
+++ branches/intltool-thirty-somethings/intltool-update.in.in Sun Feb 24 22:14:16 2008
@@ -1118,6 +1118,8 @@
close IN;
}
+ # unwrap lines split with a trailing \
+ $make_source =~ s/\\ $ \n/ /mxg;
$keywords = $1 if $make_source =~ /^$varname[ ]*=\[?([^\n\]]+)/m;
return $keywords;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]