tcsh: removed old x11-related path entry

This commit is contained in:
Simone Rota 2007-03-03 13:45:19 +01:00
parent 93e3658574
commit 6b01080f5e
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
4f600db06e23329c1b2560a56d9e7b09 csh.cshrc
e722a4480a48f445df762091de3aa76e csh.cshrc
74ee67af79e23951b7c997e25edc5ab5 csh.login
057fad717fcfaf03c6dc3a4cc4c6b604 csh.logout
353d1bb7d2741bf8de602c7b6f0efd79 tcsh-6.14.00.tar.gz

View File

@ -5,7 +5,7 @@
name=tcsh
version=6.14
release=1
release=2
source=(ftp://ftp.astron.com/pub/tcsh/$name-$version.00.tar.gz \
csh.login csh.logout csh.cshrc)

View File

@ -3,9 +3,9 @@
#
if ( "$uid" == "0" ) then
setenv PATH "/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/opt/bin"
setenv PATH "/sbin:/usr/sbin:/bin:/usr/bin:/opt/bin"
else
setenv PATH "/bin:/usr/bin:/usr/X11R6/bin:/opt/bin"
setenv PATH "/bin:/usr/bin:/opt/bin"
endif
if ( ! -f ~/.inputrc ) then