diff options
Diffstat (limited to 'meta-perl/recipes-perl/libhtml/files/bin-htmltree-fix-shebang.patch')
-rw-r--r-- | meta-perl/recipes-perl/libhtml/files/bin-htmltree-fix-shebang.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libhtml/files/bin-htmltree-fix-shebang.patch b/meta-perl/recipes-perl/libhtml/files/bin-htmltree-fix-shebang.patch index 4266f059d7..19b2c23d55 100644 --- a/meta-perl/recipes-perl/libhtml/files/bin-htmltree-fix-shebang.patch +++ b/meta-perl/recipes-perl/libhtml/files/bin-htmltree-fix-shebang.patch | |||
@@ -17,9 +17,9 @@ index 8bf3db2..f9927e5 100755 | |||
17 | @@ -1,4 +1,4 @@ | 17 | @@ -1,4 +1,4 @@ |
18 | -#!/usr/bin/perl | 18 | -#!/usr/bin/perl |
19 | +#!/usr/bin/env perl | 19 | +#!/usr/bin/env perl |
20 | # Time-stamp: "2000-10-02 14:48:15 MDT" | 20 | |
21 | # | 21 | use warnings; |
22 | # Parse the given HTML file(s) and dump the parse tree | 22 | use strict; |
23 | -- | 23 | -- |
24 | 1.9.1 | 24 | 1.9.1 |
25 | 25 | ||