There was an error while loading. Please reload this page.
1 parent e5678dd commit 934e560Copy full SHA for 934e560
1 file changed
scripts/bootstrap
@@ -4,7 +4,7 @@ set -e
4
5
cd "$(dirname "$0")/.."
6
7
-if [ -f "Brewfile" ] && [ "$(uname -s)" = "Darwin" ] && [ "$SKIP_BREW" != "1" ] && [ -t 0 ]; then
+if [ -f "Brewfile" ] && [ "$(uname -s)" = "Darwin" ] && [ "${SKIP_BREW:-}" != "1" ] && [ -t 0 ]; then
8
brew bundle check >/dev/null 2>&1 || {
9
echo -n "==> Install Homebrew dependencies? (y/N): "
10
read -r response
0 commit comments