Bug #228117 - Insert a trailing newline in the getconfig() input file as
authorZac Medico <zmedico@gentoo.org>
Thu, 24 Jul 2008 11:40:04 +0000 (11:40 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 24 Jul 2008 11:40:04 +0000 (11:40 -0000)
commit3b91a546c90f20a6099f211f198584003a34ae7b
tree5ba67e2cadb4df8f1b6985e90afe26e52cf25212
parenteae644d55d854520281720532b41317ced5a6af2
Bug #228117 - Insert a trailing newline in the getconfig() input file as
necessary to avoid a silent error in shlex that is triggered by a source
statement at the end of the file without a trailing newline after the source
statement. To solve this problem, derive a special file class that inserts
a newline just before eof when necessary.

svn path=/main/trunk/; revision=11181
pym/portage/util.py