OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | --- a/Configure |
2 | +++ b/Configure |
||
3 | @@ -1,4 +1,4 @@ |
||
4 | -: |
||
5 | +#!/usr/bin/perl |
||
6 | eval 'exec perl -S $0 ${1+"$@"}' |
||
7 | if $running_under_some_shell; |
||
8 | ## |
||
9 | --- a/tools/c_rehash.in |
||
10 | +++ b/tools/c_rehash.in |
||
11 | @@ -1,4 +1,4 @@ |
||
12 | -#!/usr/local/bin/perl |
||
13 | +#!/usr/bin/perl |
||
14 | |||
15 | # Perl c_rehash script, scan all files in a directory |
||
16 | # and add symbolic links to their hash values. |
||
17 | --- a/util/clean-depend.pl |
||
18 | +++ b/util/clean-depend.pl |
||
19 | @@ -1,4 +1,4 @@ |
||
20 | -#!/usr/local/bin/perl -w |
||
21 | +#!/usr/bin/perl |
||
22 | # Clean the dependency list in a makefile of standard includes... |
||
23 | # Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999 |
||
24 | |||
25 | --- a/util/mkdef.pl |
||
26 | +++ b/util/mkdef.pl |
||
27 | @@ -1,4 +1,4 @@ |
||
28 | -#!/usr/local/bin/perl -w |
||
29 | +#!/usr/bin/perl |
||
30 | # |
||
31 | # generate a .def file |
||
32 | # |
||
33 | --- a/util/mkerr.pl |
||
34 | +++ b/util/mkerr.pl |
||
35 | @@ -1,4 +1,4 @@ |
||
36 | -#!/usr/local/bin/perl -w |
||
37 | +#!/usr/bin/perl |
||
38 | |||
39 | my $config = "crypto/err/openssl.ec"; |
||
40 | my $hprefix = "openssl/"; |
||
41 | --- a/util/mkstack.pl |
||
42 | +++ b/util/mkstack.pl |
||
43 | @@ -1,4 +1,4 @@ |
||
44 | -#!/usr/local/bin/perl -w |
||
45 | +#!/usr/bin/perl |
||
46 | |||
47 | # This is a utility that searches out "DECLARE_STACK_OF()" |
||
48 | # declarations in .h and .c files, and updates/creates/replaces |
||
49 | --- a/util/pod2man.pl |
||
50 | +++ b/util/pod2man.pl |
||
51 | @@ -1,4 +1,4 @@ |
||
52 | -: #!/usr/bin/perl-5.005 |
||
53 | +#!/usr/bin/perl |
||
54 | eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' |
||
55 | if $running_under_some_shell; |
||
56 | |||
57 | --- a/util/selftest.pl |
||
58 | +++ b/util/selftest.pl |
||
59 | @@ -1,4 +1,4 @@ |
||
60 | -#!/usr/local/bin/perl -w |
||
61 | +#!/usr/bin/perl |
||
62 | # |
||
63 | # Run the test suite and generate a report |
||
64 | # |