From c2c754b1cc21c59a90ec3cae516af4b424a3ae08 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Fri, 16 Jul 2021 23:18:28 +0200 Subject: [PATCH] typo --- CI/before_install.osx.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh index 81a89f4796..5007db26ea 100755 --- a/CI/before_install.osx.sh +++ b/CI/before_install.osx.sh @@ -4,9 +4,9 @@ export HOMEBREW_NO_EMOJI=1 brew update --quiet # workaround python issue on travis -[ -z "${TRAVIS}" ] brew uninstall --ignore-dependencies python@3.8 || true -[ -z "${TRAVIS}" ] brew uninstall --ignore-dependencies python@3.9 || true -[ -z "${TRAVIS}" ] brew uninstall --ignore-dependencies qt@6 || true +[ -z "${TRAVIS}" ] && brew uninstall --ignore-dependencies python@3.8 || true +[ -z "${TRAVIS}" ] && brew uninstall --ignore-dependencies python@3.9 || true +[ -z "${TRAVIS}" ] && brew uninstall --ignore-dependencies qt@6 || true # Some of these tools can come from places other than brew, so check before installing [ -z "${TRAVIS}" ] brew install fontconfig