diff options
Diffstat (limited to 'scripts')
-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 1bd9a14..dd35211 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 13bdae6..0ed296d 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 04cf9f7..f8d745f 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 bd0fa69..8550f80 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 8934c55..e635954 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 ce80924..bee3020 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 e461521..deac6ac 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 90d1fa7..b2d68a1 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 # |