From 2a1cb0348459ed58cf5988ac5ea806cb01e33fb6 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Sun, 16 Aug 2015 18:02:22 +0200 Subject: [PATCH] OMG what a stupid typo --- 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 48e49fc75..6d6ead026 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 test -n "$REMOTE" ; then # Push (delete) remote branch on temote server (e.g. github) git push origin --delete "$TRAVIS_MAC_BRANCH"