pod2man: add ENV wrapper.

Closes Homebrew/homebrew#22528.
This commit is contained in:
Mike McQuaid 2013-09-27 21:34:45 +01:00
parent 72d1310636
commit 5c973bad74

3
Library/ENV/4.3/pod2man Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
POD2MAN=$(/usr/bin/which pod2man5.12 || echo /usr/bin/pod2man)
exec $POD2MAN "$@"