Skip to content

Commit 2163dda

Browse files
committed
Fix the path for Perl
Patch from Debian (20_fix-perl-path.patch) Description: fix the path for Perl. See Debian Policy '10.4 Scripts'. Author: Joao Eriberto Mota Filho <[email protected]> Last-Update: 2018-11-20
1 parent e79dcc8 commit 2163dda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/txt2html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env perl
1+
#!/usr/bin/perl
22
use 5.006_001;
33
use strict;
44
##---------------------------------------------------------------------------##
@@ -793,6 +793,7 @@ based on txt2html by Seth Golub
793793
Original txt2html script copyright (c) 1994-2000 Seth Golub seth AT aigeek.com
794794

795795
Copyright (c) 2002-2005 Kathryn Andersen
796+
Copyright (c) 2018 Joao Eriberto Mota Filho
796797

797798
This program is free software; you can redistribute it and/or
798799
modify it under the same terms as Perl itself.

0 commit comments

Comments
 (0)