Build/mdwn2man: don't rely on perl being installed in /usr/bin; instead find it in $PATH

This commit is contained in:
Peter Simons 2013-02-28 12:20:14 +01:00 committed by Joey Hess
parent 0bca392206
commit 39e29f7178

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# Warning: hack
my $prog=shift;