Run shfmt

This commit is contained in:
Sora Morimoto
2020-06-02 06:20:00 +09:00
parent 92007b183d
commit cd3f48e6ed

View File

@@ -126,7 +126,7 @@ os_based_configure_options() {
local operating_system=$(uname -a)
local configure_options=""
if [[ "$operating_system" =~ "Darwin" ]]; then
if [[ $operating_system =~ "Darwin" ]]; then
exit_if_homebrew_not_installed