shims/pod2man: fix style inconsistencies
This commit is contained in:
parent
8e180a85b8
commit
85c0b594ad
@ -1,3 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
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 || echo /usr/bin/pod2man)
|
|
||||||
exec $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" ||
|
||||||
|
echo /usr/bin/pod2man)"
|
||||||
|
exec "$POD2MAN" "$@"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user