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 | 6616e3d73ab0e93f3097ec80f3d40a5ba7bd2b89 (patch) | |
tree | 7d52c735aede460eb86ad14dd017ee6177f9e8c1 /app-shells/bash | |
parent | Fixes for CAN 0415, 0685, and cmdline proc leak. (Manifest recommit) (diff) | |
download | gentoo-2-6616e3d73ab0e93f3097ec80f3d40a5ba7bd2b89.tar.gz gentoo-2-6616e3d73ab0e93f3097ec80f3d40a5ba7bd2b89.tar.bz2 gentoo-2-6616e3d73ab0e93f3097ec80f3d40a5ba7bd2b89.zip |
Don't export PS1. Continuation of bug 26951, comments 60-62
Diffstat (limited to 'app-shells/bash')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/files/bashrc | 3 |
2 files changed, 5 insertions, 3 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 diff --git a/app-shells/bash/files/bashrc b/app-shells/bash/files/bashrc index 51bec63f8964..0490253fc209 100644 --- a/app-shells/bash/files/bashrc +++ b/app-shells/bash/files/bashrc @@ -1,5 +1,5 @@ # /etc/bash.bashrc: -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/files/bashrc,v 1.2 2004/08/08 01:42:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/files/bashrc,v 1.3 2004/08/14 03:10:00 agriffis Exp $ # # This file is sourced by all *interactive* bash shells on startup, # including some apparently interactive shells such as scp and rcp @@ -29,4 +29,3 @@ else PS1='\u@\h \w \$ ' fi fi -export PS1 |