diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-09-23 18:29:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-09-23 18:29:44 +0000 |
commit | 0f823928b68d8cdb5da0e455aa777a6918dfea73 (patch) | |
tree | ca58333daf90b49d920b72e4eda1cd988deab9a4 | |
parent | bfc73dadf20b5b1b12985977f60e002eb7bf6fff (diff) | |
download | upstream-0f823928b68d8cdb5da0e455aa777a6918dfea73.tar.gz upstream-0f823928b68d8cdb5da0e455aa777a6918dfea73.tar.bz2 upstream-0f823928b68d8cdb5da0e455aa777a6918dfea73.zip |
use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes #2998)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12674 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-x | scripts/abs2rel.pl | 2 | ||||
-rw-r--r-- | scripts/adam2flash-502T.pl | 2 | ||||
-rw-r--r-- | scripts/adam2flash-fritzbox.pl | 2 | ||||
-rwxr-xr-x | scripts/adam2flash.pl | 2 | ||||
-rwxr-xr-x | scripts/download.pl | 2 | ||||
-rwxr-xr-x | scripts/metadata.pl | 2 | ||||
-rwxr-xr-x | scripts/slugimage.pl | 2 | ||||
-rwxr-xr-x | scripts/timestamp.pl | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/scripts/abs2rel.pl b/scripts/abs2rel.pl index 1bd9a14af1..dd35211d97 100755 --- a/scripts/abs2rel.pl +++ b/scripts/abs2rel.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # Copyright (C) 2007 OpenWrt.org # diff --git a/scripts/adam2flash-502T.pl b/scripts/adam2flash-502T.pl index 13bdae611a..0ed296d60f 100644 --- a/scripts/adam2flash-502T.pl +++ b/scripts/adam2flash-502T.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # D-Link DSL-502T flash utility # diff --git a/scripts/adam2flash-fritzbox.pl b/scripts/adam2flash-fritzbox.pl index 04cf9f7f6f..f8d745f678 100644 --- a/scripts/adam2flash-fritzbox.pl +++ b/scripts/adam2flash-fritzbox.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # D-Link DSL-G6x4T flash utility # diff --git a/scripts/adam2flash.pl b/scripts/adam2flash.pl index bd0fa69a61..8550f80a8a 100755 --- a/scripts/adam2flash.pl +++ b/scripts/adam2flash.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # D-Link DSL-G6x4T flash utility # diff --git a/scripts/download.pl b/scripts/download.pl index 8934c55500..e63595497f 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # Copyright (C) 2006 OpenWrt.org # diff --git a/scripts/metadata.pl b/scripts/metadata.pl index ce80924978..bee3020121 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use FindBin; use lib "$FindBin::Bin"; use strict; diff --git a/scripts/slugimage.pl b/scripts/slugimage.pl index e461521662..deac6ac6dd 100755 --- a/scripts/slugimage.pl +++ b/scripts/slugimage.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # SlugImage : Manipulate NSLU2 firmware images # Dwayne Fontenot (jacques) diff --git a/scripts/timestamp.pl b/scripts/timestamp.pl index 90d1fa799a..b2d68a1bb1 100755 --- a/scripts/timestamp.pl +++ b/scripts/timestamp.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # Copyright (C) 2006 OpenWrt.org # |