Even though the message is split on $'\n' in elog_base(), it's still
authorZac Medico <zmedico@gentoo.org>
Mon, 28 Jul 2008 19:48:00 +0000 (19:48 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 28 Jul 2008 19:48:00 +0000 (19:48 -0000)
commitb2930c3b16d71c6e992377764d5a8db78010de68
tree6b792b1c8c58ca962cda45ba353b242bab13c3fe
parenta13ddbb7028bab249dafbdf95d558a59d44d7632
Even though the message is split on $'\n' in elog_base(), it's still
not entirely safe to use it as a delimiter in the log file since
there can still be escaped newlines that will be expanded due to
the echo -e parameter.

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