diff --git a/Library/Homebrew/shims/mac/super/pod2man b/Library/Homebrew/shims/mac/super/pod2man index 468f33259e..5c2b7f8b16 100755 --- a/Library/Homebrew/shims/mac/super/pod2man +++ b/Library/Homebrew/shims/mac/super/pod2man @@ -2,7 +2,10 @@ # HOMEBREW_PREFIX is set by bin/brew # shellcheck disable=SC2154 -POD2MAN="$(type -P pod2man5.18 || +POD2MAN="$(type -P /usr/bin/pod2man || + type -P pod2man5.30 || + type -P pod2man5.28 || + type -P pod2man5.18 || type -P pod2man5.16 || type -P pod2man5.12 || type -P "${HOMEBREW_PREFIX}/opt/pod2man/bin/pod2man" ||