diff --git a/.bashrc b/.bashrc index 4b6f44e..8d18909 100644 --- a/.bashrc +++ b/.bashrc @@ -118,7 +118,7 @@ fi # Update brew if it's older than one day #-------------------------------------------------------------------------------- if [ -x /usr/local/bin/brew ]; then - find /usr/local/.git -name FETCH_HEAD -mtime +0 -exec brew update \; >> ~/var/log/brew-update.log 2>&1 & + ( find /usr/local/.git -name FETCH_HEAD -mtime +0 -exec brew update \; >> ~/var/log/brew-update.log 2>&1 & ) fi #--------------------------------------------------------------------------------