[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #23702] GNUstep.sh and GNUstep.csh puts /usr/bin at the beginning o
From: |
Funda Wang |
Subject: |
[bug #23702] GNUstep.sh and GNUstep.csh puts /usr/bin at the beginning of PATH |
Date: |
Wed, 25 Jun 2008 04:51:37 +0000 |
User-agent: |
Opera/9.51 (Windows NT 5.1; U; zh-cn) |
URL:
<http://savannah.gnu.org/bugs/?23702>
Summary: GNUstep.sh and GNUstep.csh puts /usr/bin at the
beginning of PATH
Project: GNUstep
Submitted by: fundawang
Submitted on: Wednesday 06/25/2008 at 04:51
Category: Makefiles
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
/usr/share/GNUstep/Makefiles/GNUstep.sh will puts /usr/bin at the beginning
of the PATH. The result is:
PATH="/home/fwang/GNUstep/Tools:/usr/bin:/usr/lib/icecc/bin:/usr/local/bin:/bin:/usr/bin:/usr/games:/usr/lib/qt4/bin:/opt/kde3/bin:/usr/lib/firebird/bin:/home/fwang/bin"
It adds "$HOME/GNUstep/Tools:/usr/bin:/usr/lib/icecc/bin" to the beggining of
PATH, which will confuse programs installed in /usr/local/bin, as they will be
ignored by preceed /usr/bin.
Is it possible considering current PATH order before setting PATH? i.e.,
dropping the PATH if it is already listed in current PATH. Or, put those
additional PATH at the end of PATH?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?23702>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #23702] GNUstep.sh and GNUstep.csh puts /usr/bin at the beginning of PATH,
Funda Wang <=