aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level5.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-sh/level5.sh')
-rwxr-xr-xinit-sh/level5.sh4
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,"