diff options
author | Pedro Giffuni <pfg@apache.org> | 2015-09-02 15:43:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-03 08:53:45 +0100 |
commit | 1529c3f6ac71f7f2bd27ffd13944574793de389f (patch) | |
tree | 21db248847be86d9baafb89fc68f098e1ecc6c34 /sal | |
parent | c1558858943469879754d1ae241ad88e42fddad8 (diff) |
Fix some perl shebangs.
Most important perl scripts already use a portable method
but fix these nevertheless.
(cherry picked from commit 93496a6c1e5b2ae1756dc9b8043e2267209387da)
Change-Id: Id8b5e974356701e66f9dd8a6bd7a58fd4f5633ae
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/helper/gcov/gcov_filter.pl | 2 | ||||
-rw-r--r-- | sal/qa/helper/gcov/gcov_result.pl | 2 | ||||
-rw-r--r-- | sal/qa/helper/gcov/gcov_resultcompare.pl | 2 | ||||
-rw-r--r-- | sal/qa/helper/gcov/gcov_resultinterpreter.pl | 2 | ||||
-rw-r--r-- | sal/textenc/generate/big5hkscs2001.pl | 2 | ||||
-rw-r--r-- | sal/textenc/generate/cns116431992.pl | 2 | ||||
-rw-r--r-- | sal/textenc/generate/gb180302000.pl | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/sal/qa/helper/gcov/gcov_filter.pl b/sal/qa/helper/gcov/gcov_filter.pl index e9fec1cedc35..c5373c0468e3 100644 --- a/sal/qa/helper/gcov/gcov_filter.pl +++ b/sal/qa/helper/gcov/gcov_filter.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w # # # This file is part of the LibreOffice project. diff --git a/sal/qa/helper/gcov/gcov_result.pl b/sal/qa/helper/gcov/gcov_result.pl index 783d055ffba7..87fb1f190428 100644 --- a/sal/qa/helper/gcov/gcov_result.pl +++ b/sal/qa/helper/gcov/gcov_result.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w # # # This file is part of the LibreOffice project. diff --git a/sal/qa/helper/gcov/gcov_resultcompare.pl b/sal/qa/helper/gcov/gcov_resultcompare.pl index 38855d2586a6..704475ce4b28 100644 --- a/sal/qa/helper/gcov/gcov_resultcompare.pl +++ b/sal/qa/helper/gcov/gcov_resultcompare.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w # # # This file is part of the LibreOffice project. diff --git a/sal/qa/helper/gcov/gcov_resultinterpreter.pl b/sal/qa/helper/gcov/gcov_resultinterpreter.pl index 0509850a4e12..a7885140efc7 100644 --- a/sal/qa/helper/gcov/gcov_resultinterpreter.pl +++ b/sal/qa/helper/gcov/gcov_resultinterpreter.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w # # # This file is part of the LibreOffice project. diff --git a/sal/textenc/generate/big5hkscs2001.pl b/sal/textenc/generate/big5hkscs2001.pl index 8e7b700ca834..4245cbdd6c12 100644 --- a/sal/textenc/generate/big5hkscs2001.pl +++ b/sal/textenc/generate/big5hkscs2001.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # This file is part of the LibreOffice project. # diff --git a/sal/textenc/generate/cns116431992.pl b/sal/textenc/generate/cns116431992.pl index 833358136678..29bbefabf390 100644 --- a/sal/textenc/generate/cns116431992.pl +++ b/sal/textenc/generate/cns116431992.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # This file is part of the LibreOffice project. # diff --git a/sal/textenc/generate/gb180302000.pl b/sal/textenc/generate/gb180302000.pl index cc19187afa31..7543e7a697ce 100644 --- a/sal/textenc/generate/gb180302000.pl +++ b/sal/textenc/generate/gb180302000.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # This file is part of the LibreOffice project. # |