diff options
author | Florin Grad <florin@mandriva.com> | 2001-11-29 17:32:00 +0000 |
---|---|---|
committer | Florin Grad <florin@mandriva.com> | 2001-11-29 17:32:00 +0000 |
commit | 53f07a1002e46383f9a7edd72ef1b9bcd9a966f3 (patch) | |
tree | a995eb36014851b4e4518f649e8a906e105bcbaf /msec.sh | |
parent | 446cc6dc42134c5123f9a76e3f04d8183ad2c3ba (diff) | |
download | msec-53f07a1002e46383f9a7edd72ef1b9bcd9a966f3.tar msec-53f07a1002e46383f9a7edd72ef1b9bcd9a966f3.tar.gz msec-53f07a1002e46383f9a7edd72ef1b9bcd9a966f3.tar.bz2 msec-53f07a1002e46383f9a7edd72ef1b9bcd9a966f3.tar.xz msec-53f07a1002e46383f9a7edd72ef1b9bcd9a966f3.zip |
source the sysconfig file
Diffstat (limited to 'msec.sh')
-rwxr-xr-x | msec.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +. /etc/sysconfig/msec + if ! echo ${PATH} |grep -q /usr/X11R6/bin ; then export PATH=$PATH:/usr/X11R6/bin fi |