brew/Library/ENV/4.3/pod2man
Manpreet Singh cf8cd9d4c2 pod2man: Fix for machines upgraded to Mavericks
Closes Homebrew/homebrew#24590.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-01-28 18:36:06 -08:00

4 lines
124 B
Bash
Executable File

#!/bin/bash
POD2MAN=$(/usr/bin/which pod2man5.16 || /usr/bin/which pod2man5.12 || echo /usr/bin/pod2man)
exec $POD2MAN "$@"