use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes #2998)

SVN-Revision: 12674
v19.07.3_mercusys_ac12_duma
Felix Fietkau 16 years ago
parent 69692e019a
commit 625b692c1f

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# Copyright (C) 2007 OpenWrt.org # Copyright (C) 2007 OpenWrt.org
# #

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# D-Link DSL-502T flash utility # D-Link DSL-502T flash utility
# #

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# D-Link DSL-G6x4T flash utility # D-Link DSL-G6x4T flash utility
# #

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# D-Link DSL-G6x4T flash utility # D-Link DSL-G6x4T flash utility
# #

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# Copyright (C) 2006 OpenWrt.org # Copyright (C) 2006 OpenWrt.org
# #

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
use FindBin; use FindBin;
use lib "$FindBin::Bin"; use lib "$FindBin::Bin";
use strict; use strict;

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# SlugImage : Manipulate NSLU2 firmware images # SlugImage : Manipulate NSLU2 firmware images
# Dwayne Fontenot (jacques) # Dwayne Fontenot (jacques)

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# Copyright (C) 2006 OpenWrt.org # Copyright (C) 2006 OpenWrt.org
# #

Loading…
Cancel
Save