diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/brew.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/brew.sh b/Library/brew.sh index cbde0e7c4..78f42ba3d 100644 --- a/Library/brew.sh +++ b/Library/brew.sh @@ -228,7 +228,8 @@ then -d av="$HOMEBREW_VERSION" \ -d t=screenview \ -d cd="$HOMEBREW_COMMAND" \ - & + &> /dev/null \ + & disown fi if [[ -n "$HOMEBREW_BASH_COMMAND" ]] |
