diff options
author | Florin Grad <florin@mandriva.com> | 2001-11-28 15:14:59 +0000 |
---|---|---|
committer | Florin Grad <florin@mandriva.com> | 2001-11-28 15:14:59 +0000 |
commit | e221c8318bfab76505b82b9796fe51f23bdb8cdf (patch) | |
tree | 4df663c3a246731ecef09f3d5e7a854bb7daac62 /msec.sh | |
parent | 7e77131c711110a14510ad5839a7d9a3b7200845 (diff) | |
download | msec-e221c8318bfab76505b82b9796fe51f23bdb8cdf.tar msec-e221c8318bfab76505b82b9796fe51f23bdb8cdf.tar.gz msec-e221c8318bfab76505b82b9796fe51f23bdb8cdf.tar.bz2 msec-e221c8318bfab76505b82b9796fe51f23bdb8cdf.tar.xz msec-e221c8318bfab76505b82b9796fe51f23bdb8cdf.zip |
source the /etc/sysconfig/msec 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 |