# -*- shell-script -*-
if [ -n "${KSH_VERSION+x}" ]; then
   clearMT()
   {
     eval $($LMOD_DIR/clearLMOD_cmd --shell bash --simple)
   }
fi

