From 27ad95603457ced68c33d0e5833e70c9063d2c5a Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Mon, 17 Aug 2015 21:57:29 +0200 Subject: [PATCH] More debug of the mac script --- tools/build-macos-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-macos-script.sh b/tools/build-macos-script.sh index ca3eec0d1..816d13b00 100755 --- a/tools/build-macos-script.sh +++ b/tools/build-macos-script.sh @@ -22,7 +22,7 @@ if [ "$REMOTE" = "origin/$TRAVIS_MAC_BRANCH" ]; then # Push (delete) remote branch on temote server (e.g. github) git push origin --delete "$TRAVIS_MAC_BRANCH" else - echo "No $TRAVIS_MAC_BRANCH to remove" + echo "$REMOTE : No $TRAVIS_MAC_BRANCH to remove" fi ## Create a new branch