diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-08-14 03:10:00 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-08-14 03:10:00 +0000 |
commit | 6c3949428a9884b2b9c8ff5234c80fc445c01c12 (patch) | |
tree | 2a062998e93a7ad7dc28cb44975484c765060950 /app-shells/bash/ChangeLog | |
parent | Fixes for CAN 0415, 0685, and cmdline proc leak. (diff) | |
download | historical-6c3949428a9884b2b9c8ff5234c80fc445c01c12.tar.gz historical-6c3949428a9884b2b9c8ff5234c80fc445c01c12.tar.bz2 historical-6c3949428a9884b2b9c8ff5234c80fc445c01c12.zip |
Don't export PS1. Continuation of bug 26951, comments 60-62
Diffstat (limited to 'app-shells/bash/ChangeLog')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index fa9da023a48c..1597b023f0a0 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.47 2004/08/08 01:42:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.48 2004/08/14 03:10:00 agriffis Exp $ + + 13 Aug 2004; Aron Griffis <agriffis@gentoo.org> files/bashrc: + Don't export PS1. Continuation of bug 26951, comments 60-62 07 Aug 2004; Aron Griffis <agriffis@gentoo.org> files/bashrc: Restore red prompt for root #59678 |