Bugfix: Forgot new platform hermit1 in case section.

This commit is contained in:
Christoph Niethammer 2011-12-03 20:23:46 +00:00
parent 6a27e91380
commit ef7ce70d3c

2
sit
View file

@ -60,7 +60,7 @@ if [ "$COMPILER" == "system" ] ; then
COMPILER="" # prevent any compiler specs in the prefix COMPILER="" # prevent any compiler specs in the prefix
else else
case $PLATFORM in case $PLATFORM in
hermit) hermit|hermit1)
module swap $(module list -l 2>&1 | awk '/^PrgEnv-/{print $1}') PrgEnv-${COMPILER} module swap $(module list -l 2>&1 | awk '/^PrgEnv-/{print $1}') PrgEnv-${COMPILER}
if [ ! -z "$COMPILER_VERSION" ] ; then if [ ! -z "$COMPILER_VERSION" ] ; then
if [ "${COMPILER}" == "gnu" ] ; then if [ "${COMPILER}" == "gnu" ] ; then