
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: Mike McQuaid <mike@mikemcquaid.com>
4 lines
154 B
Bash
Executable File
4 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
POD2MAN=$(/usr/bin/which pod2man5.18 || /usr/bin/which pod2man5.16 || /usr/bin/which pod2man5.12 || echo /usr/bin/pod2man)
|
|
exec $POD2MAN "$@"
|