diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-12-29 10:54:46 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-12-29 10:54:46 +0000 |
commit | 6730077482a2029183177c2ef3d68fe171cf1cbf (patch) | |
tree | 93bcf9f53576dc5a62713bd3db928da06a840ec1 /NEWS | |
parent | Exclude LDPATH from profile.env, fixes bug 298789. (diff) | |
download | eselect-6730077482a2029183177c2ef3d68fe171cf1cbf.tar.gz eselect-6730077482a2029183177c2ef3d68fe171cf1cbf.tar.bz2 eselect-6730077482a2029183177c2ef3d68fe171cf1cbf.zip |
Fix quoting and other modifications to make it whitespace safe, bug 298742.
svn path=/trunk/; revision=744
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ ChangeLog file for a more detailed listing of changes/bug fixes. trunk: Bug fixes: + - Fixed bug #298742: The env module was not whitespace safe. - Fixed bug #298789: Exclude LDPATH from profile.env in env module. 1.2.8: |