Comment update.

This commit is contained in:
Scott Wallace 2016-01-26 15:41:35 +00:00
parent cbabcbaf4b
commit 92b942eaa7

View file

@ -115,7 +115,7 @@ fi
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
# Update brew once a day # Update brew if it's older than one day
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
if [ -x /usr/local/bin/brew ]; then 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 &