Build/mdwn2man: don't rely on perl being installed in /usr/bin; instead find it in $PATH
This commit is contained in:
parent
0bca392206
commit
39e29f7178
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
# Warning: hack
|
||||
|
||||
my $prog=shift;
|
||||
|
|
Loading…
Reference in a new issue