Skip to content

Commit

Permalink
minor output tweek
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Mar 14, 2014
1 parent 0770219 commit eb29e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eb29e08

Please sign in to comment.