From b473238f02707ac974d6bc5782b4209a87759d91 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Sat, 31 Oct 2015 21:02:29 +0100 Subject: [PATCH] Replaced all " --- tools/travis-script.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/travis-script.sh b/tools/travis-script.sh index 033b8b935..cd0a9dc47 100755 --- a/tools/travis-script.sh +++ b/tools/travis-script.sh @@ -18,7 +18,7 @@ fi echo RELEASE_NAME = $RELEASE_NAME -if [ "$TRAVIS_OS_NAME” = “linux” ]; then +if [ "$TRAVIS_OS_NAME" = "linux" ]; then # updating versions with the TRAVIS build numbers cd projects/mtg/ ant update > error.txt @@ -52,7 +52,7 @@ if [ "$BUILD_TYPE" = "ANDROID" ]; then fi # we're building a Qt version with GUI here -if [ "$BUILD_TYPE” = “Qt” ]; then +if [ "$BUILD_TYPE" = "Qt" ]; then mkdir build_qt_widget cd build_qt_widget cmake -Dbackend_qt_widget=ON -Dbackend_qt_console=OFF .. @@ -82,7 +82,7 @@ if [ "$BUILD_TYPE" = "SDL" ]; then fi # Let's launch de iOS cross-compilation -if [ "$BUILD_TYPE” = “iOS” ]; then +if [ "$BUILD_TYPE" = "iOS" ]; then cd projects/mtg/iOS make -j 4 package cd ../../..