aboutsummaryrefslogtreecommitdiffstats
path: root/msec.sh
blob: de31e213c4cb50ad991d2a293065ef6d3e1466e1 (plain)
1
2
3
4
5
6
7
8
9
. /etc/sysconfig/msec

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