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

SVN-Revision: 12674
This commit is contained in:
Felix Fietkau 2008-09-23 18:29:44 +00:00
parent 69692e019a
commit 625b692c1f
8 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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