diff options
-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 |