aboutsummaryrefslogtreecommitdiffstats
path: root/msec.sh
diff options
context:
space:
mode:
Diffstat (limited to 'msec.sh')
-rwxr-xr-xmsec.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/msec.sh b/msec.sh
index c1a45ac..4ab8399 100755
--- a/msec.sh
+++ b/msec.sh
@@ -26,14 +26,6 @@ else
fi
fi
-if ! echo ${PATH} |grep -q /usr/X11R6/bin ; then
- export PATH=$PATH:/usr/X11R6/bin
-fi
-
-if ! echo ${PATH} |grep -q /usr/games ; then
- export PATH=$PATH:/usr/games
-fi
-
if [ -n "$SECURE_LEVEL" -a "$SECURE_LEVEL" -le 1 ] && ! echo ${PATH} | fgrep -q :.; then
export PATH=$PATH:.
fi