tcsh: update PATH, as for #2629.

This commit is contained in:
Christian Neukirchen 2015-09-29 14:08:31 +02:00
parent f7d7b0f3b3
commit e1a970e684
2 changed files with 2 additions and 2 deletions

View file

@ -4,4 +4,4 @@ if ( -r /etc/csh.env ) then
source /etc/csh.env
endif
set -f path = ( $path /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin /bin /sbin )
set -f path = ( $path /usr/local/sbin /usr/local/bin /usr/bin /usr/sbin /sbin /bin )

View file

@ -1,7 +1,7 @@
# Template file for 'tcsh'
pkgname=tcsh
version=6.19.00
revision=1
revision=2
build_style=gnu-configure
register_shell="/bin/tcsh /bin/csh"
conf_files="/etc/csh.login /etc/csh.cshrc"