pod2man wrapper: restore missing echo
`echo` is missing since f3f6552c.
This commit is contained in:
parent
3d8c334660
commit
5d39a9df10
@ -1,3 +1,3 @@
|
|||||||
#!/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 || /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 || echo /usr/bin/pod2man)
|
||||||
exec $POD2MAN "$@"
|
exec $POD2MAN "$@"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user