pod2man wrapper: allow non-/usr/bin pod2men
This commit is contained in:
parent
1f0267bb6d
commit
b2ca0e2331
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
POD2MAN=$(/usr/bin/which pod2man5.18 || /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 || /usr/bin/which $HOMEBREW_PREFIX/opt/pod2man/bin/pod2man || /usr/bin/pod2man)
|
||||
exec $POD2MAN "$@"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user