From: vapier Date: Wed, 7 Jan 2009 05:16:44 +0000 (-0000) Subject: Convert every instance of KEYWORDS in the file X-Git-Tag: gentoolkit-0.2.4.3^2~24 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e275ae3de90c334f44c5cf2f21ab21067cc603ae;p=gentoolkit.git Convert every instance of KEYWORDS in the file svn path=/; revision=532 --- diff --git a/trunk/src/ekeyword/ChangeLog b/trunk/src/ekeyword/ChangeLog index 160a964..0847dcf 100644 --- a/trunk/src/ekeyword/ChangeLog +++ b/trunk/src/ekeyword/ChangeLog @@ -1,5 +1,6 @@ 07 Jan 2009 Mike Frysinger * Support intended KEYWORDS + * Convert every instance of KEYWORDS in the file 27 Oct 2005 Aron Griffis * Fix handling of comments diff --git a/trunk/src/ekeyword/ekeyword b/trunk/src/ekeyword/ekeyword index 14cc0dc..1f85996 100755 --- a/trunk/src/ekeyword/ekeyword +++ b/trunk/src/ekeyword/ekeyword @@ -100,7 +100,7 @@ for my $f (@ARGV) { # re-insert quoted to KEYWORDS s/(["']).*?["']/$1$quoted$1/; - print $_, or die "Can't write $f.new: $!\n"; + print $_ or die "Can't write $f.new: $!\n"; } close I;