diff options
author | Andrew M <andrew.web@ifdattic.com> | 2014-12-21 21:43:56 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-12-22 11:45:27 +0100 |
commit | 9ee93d73d2fc886483af4e14775edd0fa68ef32d (patch) | |
tree | 0c368af8430199b979f63048de361326fc6722b7 | |
parent | b887f3a6cc237ed11d11e72ff2082c86bc9c0323 (diff) | |
download | dotfiles-9ee93d73d2fc886483af4e14775edd0fa68ef32d.tar.gz dotfiles-9ee93d73d2fc886483af4e14775edd0fa68ef32d.tar.bz2 dotfiles-9ee93d73d2fc886483af4e14775edd0fa68ef32d.zip |
brew.sh: Fix copy-paste typo
Closes #472.
-rwxr-xr-x | brew.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ # Ask for the administrator password upfront. sudo -v -# Keep-alive: update existing `sudo` time stamp until `.osx` has finished. +# Keep-alive: update existing `sudo` time stamp until the script has finished. while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null & # Make sure we’re using the latest Homebrew. |