export TORQUEHOME=/opt/maui

if ! echo ${PATH} | /bin/grep -q ${TORQUEHOME}/bin ; then
   PATH=${TORQUEHOME}/bin:${PATH}
fi
