From c1403ba9336c83f2f7789226bdcb92929ff88624 Mon Sep 17 00:00:00 2001 From: Buck Evan Date: Sat, 17 Mar 2018 17:05:39 -0700 Subject: [PATCH] /bin/cat -> cat this allows odd linux installations (Android) to function --- Library/Homebrew/brew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/brew.sh b/Library/Homebrew/brew.sh index 590dde3632..98de43e286 100644 --- a/Library/Homebrew/brew.sh +++ b/Library/Homebrew/brew.sh @@ -32,7 +32,7 @@ onoe() { fi if [[ $# -eq 0 ]] then - /bin/cat >&2 + cat >&2 else echo "$*" >&2 fi