Turn echo output to sit_info and move to later place.
This commit is contained in:
parent
0c25f5431d
commit
cf909d4c96
1 changed files with 2 additions and 2 deletions
4
sit
4
sit
|
@ -62,8 +62,6 @@ while [ "$1" != "" ] ; do
|
||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
echo "Actions to perform: $sit_action"
|
|
||||||
echo "Sit class file(s): $sit_classfile"
|
|
||||||
|
|
||||||
# Reading in user configuration file if it exists
|
# Reading in user configuration file if it exists
|
||||||
if [[ -e $SIT_USER_CONFIG_FILE ]] ; then
|
if [[ -e $SIT_USER_CONFIG_FILE ]] ; then
|
||||||
|
@ -82,6 +80,8 @@ if [ -z $PLATFORM ]; then
|
||||||
PLATFORM="${DEFAULT_PLATFORM}"
|
PLATFORM="${DEFAULT_PLATFORM}"
|
||||||
fi
|
fi
|
||||||
sit_info "Platform: $PLATFORM"
|
sit_info "Platform: $PLATFORM"
|
||||||
|
sit_info "Action(s) to perform: $sit_action"
|
||||||
|
sit_info "Sit class file(s): $sit_classfile"
|
||||||
|
|
||||||
# compiler to use
|
# compiler to use
|
||||||
# (gnu|intel|pgi)
|
# (gnu|intel|pgi)
|
||||||
|
|
Loading…
Reference in a new issue