diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ EOS esac fi -if [ -n "$HOMEBREW_BASH_COMMAND" ] && [ -x "$HOMEBREW_BASH_COMMAND" ] +if [ -x "$HOMEBREW_BASH_COMMAND" ] then # source rather than executing directly to ensure the entire file is read into # memory before it is run. This makes running a Bash script behave more like |
