aboutsummaryrefslogtreecommitdiffstats
path: root/msec.csh
diff options
context:
space:
mode:
Diffstat (limited to 'msec.csh')
-rwxr-xr-xmsec.csh4
1 files changed, 0 insertions, 4 deletions
diff --git a/msec.csh b/msec.csh
index 71d9ec5..362f51d 100755
--- a/msec.csh
+++ b/msec.csh
@@ -32,10 +32,6 @@ endif
# using unhash *after modifying PATH* fixes the pb
# So while modifying the PATH, do not rely on the PATH until unhash is done
-if ! { (echo "${PATH}" | /bin/grep -q /usr/X11R6/bin) } then
- setenv PATH "${PATH}:/usr/X11R6/bin"
-endif
-
if ! { (echo "${PATH}" | /bin/grep -q /usr/games) } then
setenv PATH "${PATH}:/usr/games"
endif