From 90774409ebd1260ed9ea637b203dcd9c59b8cf08 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Fri, 29 Dec 2006 00:15:15 +0100 Subject: [PATCH] bash: removed /usr/X11R6/bin from PATH. --- bash/Pkgfile | 2 +- bash/profile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bash/Pkgfile b/bash/Pkgfile index 5095b216..077bd445 100644 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -5,7 +5,7 @@ name=bash version=3.2.9 -release=1 +release=2 source=(http://ftp.gnu.org/gnu/$name/$name-3.2.tar.gz \ $name-3.2-001-009.patch \ $name-3.2-doc.patch \ diff --git a/bash/profile b/bash/profile index 15151494..21c1cf06 100644 --- a/bash/profile +++ b/bash/profile @@ -3,9 +3,9 @@ # if [ "$UID" = "0" ]; then - export PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/opt/bin" + export PATH="/sbin:/usr/sbin:/bin:/usr/bin:/opt/bin" else - export PATH="/bin:/usr/bin:/usr/X11R6/bin:/opt/bin" + export PATH="/bin:/usr/bin:/opt/bin" fi if [ ! -f ~/.inputrc ]; then