fix(bin): remove variable overwrite

This commit is contained in:
Adam Hawkins
2020-12-14 11:52:48 -10:00
parent 49a68e396d
commit fb1dc0f0fd

View File

@@ -20,7 +20,6 @@ install_php() {
download_source $install_type $version $source_path
local operating_system=$(uname -a)
local configure_options=""
if [[ $operating_system =~ "Darwin" ]]; then
exit_if_homebrew_not_installed