diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-12-27 20:17:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-12-27 20:17:05 +0000 |
commit | 361310c9f6b650890b69623a2cf94de390e63b6e (patch) | |
tree | 72cae90a79c44130b9aede240d6f7496f96d07ba /app-shells | |
parent | new package. x86 mask. Fixes #3480 (diff) | |
download | historical-361310c9f6b650890b69623a2cf94de390e63b6e.tar.gz historical-361310c9f6b650890b69623a2cf94de390e63b6e.tar.bz2 historical-361310c9f6b650890b69623a2cf94de390e63b6e.zip |
updated path setting
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/tcsh/files/csh.cshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/tcsh/files/csh.cshrc b/app-shells/tcsh/files/csh.cshrc index faf757529a6e..e45a3b02f243 100644 --- a/app-shells/tcsh/files/csh.cshrc +++ b/app-shells/tcsh/files/csh.cshrc @@ -5,7 +5,7 @@ if (-e /etc/csh.env) then endif if ($USER == "root") then - set path = (/bin /sbin /usr/bin /usr/sbin $ROOTPATH) + setenv PATH "/bin:/sbin:/usr/bin:/usr/sbin:$ROOTPATH" #077 would be more secure, but 022 is generally quite realistic umask 022 else |