diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2006-08-04 14:01:26 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2006-08-04 14:01:26 +0000 |
commit | 891e5e7e09458977494017ccf8759244b2f844b5 (patch) | |
tree | 833ab0411150d511ab1c6922068fc50edc15c491 /msec.csh | |
parent | dc8ea41b0203f58ec96b4560a11e86c535097f2a (diff) | |
download | msec-891e5e7e09458977494017ccf8759244b2f844b5.tar msec-891e5e7e09458977494017ccf8759244b2f844b5.tar.gz msec-891e5e7e09458977494017ccf8759244b2f844b5.tar.bz2 msec-891e5e7e09458977494017ccf8759244b2f844b5.tar.xz msec-891e5e7e09458977494017ccf8759244b2f844b5.zip |
- remove X11R6 reference
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 |