aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2017-09-23 10:58:26 +0100
committerGitHub2017-09-23 10:58:26 +0100
commit3343467475c61d72e6796f35ed0eda5daa8a5513 (patch)
tree64e1b2ed99101db2351831a2f8c9b53bd9be1ccc /Library/Homebrew/cmd
parentd7fbcc6211e1e71758ec258d5b40aee9bc636ccd (diff)
parentaa665b94587ee7b0d69e783a669269a9954e8428 (diff)
downloadbrew-3343467475c61d72e6796f35ed0eda5daa8a5513.tar.bz2
Merge pull request #3189 from MikeMcQuaid/portable-ruby-messaging
portable-ruby: improve installation messaging.
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/vendor-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/vendor-install.sh b/Library/Homebrew/cmd/vendor-install.sh
index 5cad7541e..4ffa17659 100644
--- a/Library/Homebrew/cmd/vendor-install.sh
+++ b/Library/Homebrew/cmd/vendor-install.sh
@@ -135,7 +135,7 @@ install() {
fi
safe_cd "$VENDOR_DIR"
- [[ -n "$HOMEBREW_QUIET" ]] || echo "==> Unpacking $(basename "$VENDOR_URL")"
+ [[ -n "$HOMEBREW_QUIET" ]] || echo "==> Pouring $(basename "$VENDOR_URL")"
tar "$tar_args" "$CACHED_LOCATION"
safe_cd "$VENDOR_DIR/portable-$VENDOR_NAME"