diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-11-29 10:09:41 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-11-29 10:09:41 +0000 |
commit | 9083d35d35565f571883275dbf3fd77f4ff05f6d (patch) | |
tree | bf7f436598a182858f4f9cdca66a94144d39fac6 /init-sh/level5.sh | |
parent | dc637a2be59b2555f16ee6687b2d5bdf8ace3eca (diff) | |
download | msec-9083d35d35565f571883275dbf3fd77f4ff05f6d.tar msec-9083d35d35565f571883275dbf3fd77f4ff05f6d.tar.gz msec-9083d35d35565f571883275dbf3fd77f4ff05f6d.tar.bz2 msec-9083d35d35565f571883275dbf3fd77f4ff05f6d.tar.xz msec-9083d35d35565f571883275dbf3fd77f4ff05f6d.zip |
Fix a few bug.
Diffstat (limited to 'init-sh/level5.sh')
-rwxr-xr-x | init-sh/level5.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/init-sh/level5.sh b/init-sh/level5.sh index f78de51..b6fd09d 100755 --- a/init-sh/level5.sh +++ b/init-sh/level5.sh @@ -53,9 +53,7 @@ done AddRules "umask 077" /etc/profile # Path -if [ ${HAVE_X}==1 ]; then - AddRules "PATH=$PATH:/usr/X11R6/bin" /etc/profile -fi +AddRules "PATH=\$PATH:/usr/X11R6/bin" /etc/profile echo echo "You are now running your system in security level 5," |