diff options
Diffstat (limited to 'staticweb/man.pl')
-rwxr-xr-x | staticweb/man.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/staticweb/man.pl b/staticweb/man.pl index b77fcd03..f7f13804 100755 --- a/staticweb/man.pl +++ b/staticweb/man.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # $Id$ use CGI qw/:cgi :html2/; use lib qw/./; |