aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2017-09-22 15:54:29 +0100
committerMike McQuaid2017-09-22 15:54:29 +0100
commitaa665b94587ee7b0d69e783a669269a9954e8428 (patch)
treefa5ccdc7b5f4771da6674d4c92bc440d93afb051 /Library/Homebrew/cmd
parent064c52efc4bd4c8520b27a6415c138e97bdf4e2e (diff)
downloadbrew-aa665b94587ee7b0d69e783a669269a9954e8428.tar.bz2
portable-ruby: improve installation messaging.
- Use “Pouring” to be more consistent with our normal messaging. - Don’t be silent by default.
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 a040221e9..a21601760 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"