utils/ruby.sh: fix error with older Bash

Fixes #12472.
This commit is contained in:
Bo Anderson 2021-12-02 02:12:55 +00:00
parent 6e116ffbf3
commit c6ca375d5a
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -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