mirror of
https://github.com/jlengrand/asdf-php.git
synced 2026-03-10 08:01:22 +00:00
Run shfmt
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user