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