From c6ca375d5a1f27e9070bba07ebdb22b136664939 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Thu, 2 Dec 2021 02:12:55 +0000 Subject: [PATCH] utils/ruby.sh: fix error with older Bash Fixes #12472. --- Library/Homebrew/utils/ruby.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/utils/ruby.sh b/Library/Homebrew/utils/ruby.sh index a16f924ff9..123c0c31c2 100644 --- a/Library/Homebrew/utils/ruby.sh +++ b/Library/Homebrew/utils/ruby.sh @@ -31,7 +31,7 @@ find_ruby() { fi done < <( # function which() is set by brew.sh - # it's aliased to `type -P` + # it is aliased to `type -P` # shellcheck disable=SC2230 which -a ruby # shellcheck disable=SC2230