aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M <andrew.web@ifdattic.com>2014-12-21 21:43:56 +0200
committerMathias Bynens <mathias@qiwi.be>2014-12-22 11:45:27 +0100
commit9ee93d73d2fc886483af4e14775edd0fa68ef32d (patch)
tree0c368af8430199b979f63048de361326fc6722b7
parentb887f3a6cc237ed11d11e72ff2082c86bc9c0323 (diff)
downloaddotfiles-9ee93d73d2fc886483af4e14775edd0fa68ef32d.tar.gz
dotfiles-9ee93d73d2fc886483af4e14775edd0fa68ef32d.tar.bz2
dotfiles-9ee93d73d2fc886483af4e14775edd0fa68ef32d.zip
brew.sh: Fix copy-paste typo
Closes #472.
-rwxr-xr-xbrew.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/brew.sh b/brew.sh
index 6d9aee2..e8b4c69 100755
--- a/brew.sh
+++ b/brew.sh
@@ -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.