summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShayne Holmes <github.snth@xoxy.net>2018-03-16 15:17:13 -0700
committerskullydazed <skullydazed@users.noreply.github.com>2018-03-16 20:08:21 -0700
commitb6db61b922f4264803014cfa3def094a909acc2a (patch)
tree8bfe65b7c57e33ae202d28782a1eaed8e9c49c74
parentce3adcd6e19ca2e3b537ab874487e9d022b8e88f (diff)
Fix logic in macos install0.5.260
Also fix mixed spaces/tabs
-rwxr-xr-xutil/macos_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/macos_install.sh b/util/macos_install.sh
index ec8502985a..f53f26694d 100755
--- a/util/macos_install.sh
+++ b/util/macos_install.sh
@@ -15,7 +15,7 @@ if ! brew --version 2>&1 > /dev/null; then
*)
echo -n "Would you like to install homebrew now? [y/n] "
;;
- esac
+ esac
done
fi