diff options
author | Peter Simons <simons@cryp.to> | 2013-02-28 12:20:14 +0100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-28 16:04:46 -0400 |
commit | 970721dc4a1a8ce2a49608561667ca23c10d66ad (patch) | |
tree | 7e82f0fd588f5549f169e7d3de9b6867f070a1f6 /Build | |
parent | 6c458c809b43cf027fca9380e9a115ff1d84e008 (diff) |
Build/mdwn2man: don't rely on perl being installed in /usr/bin; instead find it in $PATH
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/mdwn2man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/mdwn2man b/Build/mdwn2man index ad6d3c602..ba5919b38 100755 --- a/Build/mdwn2man +++ b/Build/mdwn2man @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Warning: hack my $prog=shift; |