Codebase list ident-user-enum / 0e88851
Add a patch to use the correct shebang Sophie Brun 3 years ago
2 changed file(s) with 19 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Sophie Brun <[email protected]>
1 Date: Thu, 10 Dec 2020 13:54:24 +0100
2 Subject: Fix shebang
3
4 ---
5 ident-user-enum.pl | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/ident-user-enum.pl b/ident-user-enum.pl
9 index 3a27f6f..e64a397 100755
10 --- a/ident-user-enum.pl
11 +++ b/ident-user-enum.pl
12 @@ -1,4 +1,4 @@
13 -#!/usr/bin/env perl
14 +#!/usr/bin/perl
15 use strict;
16 use warnings;
17 use Net::Ident;
0 Fix-shebang.patch