diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2006-08-04 14:47:34 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2006-08-04 14:47:34 +0000 |
commit | 1b3a7ac37d01f44f08ab3710aa103516ba476e99 (patch) | |
tree | 57aaa2ca69ed9f43798e9a2648fd0091774eb593 /msec.csh | |
parent | dc8ea41b0203f58ec96b4560a11e86c535097f2a (diff) | |
download | msec-0.50.0.tar msec-0.50.0.tar.gz msec-0.50.0.tar.bz2 msec-0.50.0.tar.xz msec-0.50.0.zip |
- tag 0.50.0V0.50.0
Diffstat (limited to 'msec.csh')
-rwxr-xr-x | msec.csh | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |