aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmsec.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/msec.sh b/msec.sh
index 148fe9e..759fc18 100755
--- a/msec.sh
+++ b/msec.sh
@@ -1,4 +1,6 @@
-. /etc/sysconfig/msec
+if [ -r /etc/sysconfig/msec ]; then
+ . /etc/sysconfig/msec
+fi
if ! echo ${PATH} |grep -q /usr/X11R6/bin ; then
export PATH=$PATH:/usr/X11R6/bin