Skip to content
Snippets Groups Projects
Commit cf8cd9d4 authored by Manpreet Singh's avatar Manpreet Singh Committed by Adam Vandenberg
Browse files

pod2man: Fix for machines upgraded to Mavericks


Closes Homebrew/homebrew#24590.

Signed-off-by: default avatarAdam Vandenberg <flangy@gmail.com>
parent 00cba6dc
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
POD2MAN=$(/usr/bin/which pod2man5.12 || echo /usr/bin/pod2man)
POD2MAN=$(/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