diff options
-rwxr-xr-x | msec.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |