Skip to content

Commit

Permalink
escape newline
Browse files Browse the repository at this point in the history
  • Loading branch information
macmanes committed Jun 13, 2017
1 parent 1d46e72 commit 3876b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ else
endif

blast:
ifeq "$(shell basename $(shell which blastp))" "blastww"
ifeq "$(shell basename $(shell which blastp))" "blastw"
@echo "BLASTP is already installed"
else
@echo "blastp is not installed, installing now..."
Expand Down Expand Up @@ -115,5 +115,5 @@ else
endif

postscript:
@echo \n\n "*** The following locations need to be added to your $$PATH ***" \n\n
@echo \\n\\n "*** The following locations need to be added to your PATH ***" \\n\\n
@cat pathfile

0 comments on commit 3876b72

Please sign in to comment.