From eb29e089b31bc34f3a39c56d17516aa73fa2a779 Mon Sep 17 00:00:00 2001 From: Keiran Raine Date: Fri, 14 Mar 2014 16:33:09 +0000 Subject: [PATCH] minor output tweek --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 6d779ba..1dea238 100755 --- a/setup.sh +++ b/setup.sh @@ -189,7 +189,7 @@ if [[ ",$COMPILE," == *,biobambam,* ]] ; then echo -n "Building biobambam ..." if [ -e $SETUP_DIR/biobambam.success ]; then - echo -n "previously installed ..." + echo -n " previously installed ..." else ( set -e; @@ -221,7 +221,7 @@ cd $INIT_DIR; if [[ ",$COMPILE," == *,biobambam,* ]] ; then echo -n "Building samtools ..." if [ -e $SETUP_DIR/samtools.success ]; then - echo "previously installed"; + echo -n " previously installed ..."; else cd $SETUP_DIR if( [ "x$SAMTOOLS" == "x" ] ); then