From e982ba50bea0d75893689944f8ab0582de450a13 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Mon, 17 Aug 2015 22:27:39 +0200 Subject: [PATCH] Removed a suspicous $ from 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 816d13b00..f284c2fb5 100755 --- a/tools/build-macos-script.sh +++ b/tools/build-macos-script.sh @@ -14,7 +14,7 @@ git config --global user.email $GH_EMAIL git remote set-url origin "https://${GH_TOKEN}@github.com/WagicProject/wagic.git" ## Delete remote Travis-Mac branch (if any) -export REMOTE=$(git branch -r | grep "origin/$TRAVIS_MAC_BRANCH") +export REMOTE=(git branch -r | grep "origin/$TRAVIS_MAC_BRANCH") if [ "$REMOTE" = "origin/$TRAVIS_MAC_BRANCH" ]; then echo "Removing old $TRAVIS_MAC_BRANCH branch" # Delete remote branch