Skip to content

Commit d4ad794

Browse files
committed
Use printf
1 parent e755291 commit d4ad794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/jenkins/install-mpich.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ TARGET=$WORKSPACE/sfw/mpich-4.0.3
2121
echo "Looking for $TARGET"
2222
if [[ -d $TARGET ]]
2323
then
24-
echo "\t exists."
24+
printf "\t exists.\n"
2525
else
26-
echo "\t does not exist."
26+
printf "\t does not exist.\n"
2727
fi
2828

2929
wget --no-verbose https://www.mpich.org/static/downloads/4.0.3/mpich-4.0.3.tar.gz

0 commit comments

Comments
 (0)