From 5f953bc5ddc76ccc9c720d3316fb034915cad4cb Mon Sep 17 00:00:00 2001 From: Scott Lystig Fritchie Date: Fri, 16 Oct 2015 18:25:23 +0900 Subject: [PATCH] Grr, comma --- priv/test-for-gh-pr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/test-for-gh-pr.sh b/priv/test-for-gh-pr.sh index 868cf04..fd9c4f2 100755 --- a/priv/test-for-gh-pr.sh +++ b/priv/test-for-gh-pr.sh @@ -2,7 +2,7 @@ set -x -if [ "${TRAVIS_PULL_REQUEST}" = "false" ] then +if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then echo '$TRAVIS_PULL_REQUEST is false, skipping tests' exit 0 else