Now that elog_base() uses 'echo -e' to expand escape codes prior to using
authorZac Medico <zmedico@gentoo.org>
Tue, 30 Sep 2008 01:06:20 +0000 (01:06 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 30 Sep 2008 01:06:20 +0000 (01:06 -0000)
commit3f64053d6d09603b8b031b3020d6c09556fbf185
tree90c07af097fef961ae78dd6cfedf7522267548ac
parent6a45cf7fa340be3754f12222089f2e57cb560b4a
Now that elog_base() uses 'echo -e' to expand escape codes prior to using
'read' to split on newlines, it's safe to use newlines as delimiters in
the log file since 'read' is guaranteed to split any newlines contained
in the arguments.

svn path=/main/trunk/; revision=11601
bin/isolated-functions.sh
pym/portage/elog/messages.py