From cf909d4c963bfa8b2fd4dd94880787c222b6afd9 Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Tue, 3 May 2016 06:52:23 +0000 Subject: [PATCH] Turn echo output to sit_info and move to later place. --- sit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sit b/sit index ec3d7c6..0add6cf 100755 --- a/sit +++ b/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)