summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-12-27 20:17:05 +0000
committerMike Frysinger <vapier@gentoo.org>2002-12-27 20:17:05 +0000
commit0aec73505c2155034ce4638064e3f85b50291c3c (patch)
tree2f552a99951214750bbf57b87b81c2a6aca5df94 /app-shells
parentnew package. x86 mask. Fixes #3480 (diff)
downloadgentoo-2-0aec73505c2155034ce4638064e3f85b50291c3c.tar.gz
gentoo-2-0aec73505c2155034ce4638064e3f85b50291c3c.tar.bz2
gentoo-2-0aec73505c2155034ce4638064e3f85b50291c3c.zip
updated path setting
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/tcsh/files/csh.cshrc2
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