1a066f
shell=`/bin/basename \`/bin/ps -p $$ -ocomm=\``
1a066f
if [ -f /usr/share/Modules/init/$shell ]
1a066f
then
1a066f
  . /usr/share/Modules/init/$shell
1a066f
else
1a066f
  . /usr/share/Modules/init/sh
1a066f
fi