You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
your problem was from running the official install or uninstall script?
after installation: ran brew config and brew doctor and included their output with your issue? If you couldn't install: provided your OS version with the output of your issue?
What you were trying to do (and why)
Download the installation script and run it with an unknown parameter.
The script fails, because warn function is used on line 58 before its declaration on line 97.
Command output
./install.sh: line 58: warn: command not found
Homebrew Installer
Usage: [NONINTERACTIVE=1] [CI=1] install.sh [options]
-h, --help Display this message.
NONINTERACTIVE Install without prompting for user input
CI Install in CI mode (e.g. do not prompt for user input)
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
install
oruninstall
script?brew config
andbrew doctor
and included their output with your issue? If you couldn't install: provided your OS version with the output of your issue?What you were trying to do (and why)
Download the installation script and run it with an unknown parameter.
What happened (include command output)
The script fails, because
warn
function is used on line 58 before its declaration on line 97.Command output
What you expected to happen
The error handled gracefully.
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: