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
|
||||
shift
|
||||
done
|
||||
echo "Actions to perform: $sit_action"
|
||||
echo "Sit class file(s): $sit_classfile"
|
||||
|
||||
# Reading in user configuration file if it exists
|
||||
if [[ -e $SIT_USER_CONFIG_FILE ]] ; then
|
||||
|
@ -82,6 +80,8 @@ if [ -z $PLATFORM ]; then
|
|||
PLATFORM="${DEFAULT_PLATFORM}"
|
||||
fi
|
||||
sit_info "Platform: $PLATFORM"
|
||||
sit_info "Action(s) to perform: $sit_action"
|
||||
sit_info "Sit class file(s): $sit_classfile"
|
||||
|
||||
# compiler to use
|
||||
# (gnu|intel|pgi)
|
||||
|
|
Loading…
Reference in a new issue