diff options
author | Florin Grad <florin@mandriva.com> | 2001-09-26 13:48:37 +0000 |
---|---|---|
committer | Florin Grad <florin@mandriva.com> | 2001-09-26 13:48:37 +0000 |
commit | 8d7d800c38ead4e74763fa33bd38aa59c95b63f3 (patch) | |
tree | 29c13fa528efbc636a019f020e251f931a7a4f7a /init-sh/level5.sh | |
parent | 0e033191a935d5356e964d0f4f25462d9cf687ff (diff) | |
download | msec-8d7d800c38ead4e74763fa33bd38aa59c95b63f3.tar msec-8d7d800c38ead4e74763fa33bd38aa59c95b63f3.tar.gz msec-8d7d800c38ead4e74763fa33bd38aa59c95b63f3.tar.bz2 msec-8d7d800c38ead4e74763fa33bd38aa59c95b63f3.tar.xz msec-8d7d800c38ead4e74763fa33bd38aa59c95b63f3.zip |
typo errors
Diffstat (limited to 'init-sh/level5.sh')
-rwxr-xr-x | init-sh/level5.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level5.sh b/init-sh/level5.sh index e6a5dd4..8d76380 100755 --- a/init-sh/level5.sh +++ b/init-sh/level5.sh @@ -128,7 +128,7 @@ if ! echo ${PATH} |grep -q /usr/X11R6/bin ; then AddRules "setenv PATH \"\${PATH}:/usr/X11R6/bin\"" /etc/profile.d/msec.csh quiet fi if ! echo ${PATH} |grep -q /usr/games ; then - AddRules "export PATH=\$PATH:/usr/X11R6/bin:/usr/games:." /etc/profile.d/msec.sh quiet + AddRules "export PATH=\$PATH:/usr/games" /etc/profile.d/msec.sh quiet AddRules "setenv PATH \"\${PATH}:/usr/games\"" /etc/profile.d/msec.csh quiet fi |