Skip to content
Snippets Groups Projects
Commit dcc8309d authored by Manpreet Singh's avatar Manpreet Singh Committed by Mike McQuaid
Browse files

ENV/pod2man: fix for machines upgraded to Yosemite


Yosemite is having the same issues as Homebrew/homebrew#24590 in the past on upgraded machine. Bump to pod2man5.18.

Closes Homebrew/homebrew#33436.

Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
parent 5c88e8d6
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
POD2MAN=$(/usr/bin/which pod2man5.16 || /usr/bin/which pod2man5.12 || echo /usr/bin/pod2man)
POD2MAN=$(/usr/bin/which pod2man5.18 || /usr/bin/which pod2man5.16 || /usr/bin/which pod2man5.12 || echo /usr/bin/pod2man)
exec $POD2MAN "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment