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 | |
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
-rw-r--r-- | oox/source/export/preset-definitions-to-shape-types.pl | 2 | ||||
-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 | ||||
-rw-r--r-- | sd/res/webview/editpic.pl | 2 | ||||
-rw-r--r-- | sd/res/webview/poll.pl | 2 | ||||
-rw-r--r-- | sd/res/webview/savepic.pl | 2 | ||||
-rw-r--r-- | sd/res/webview/show.pl | 2 | ||||
-rwxr-xr-x | solenv/bin/image-sort.pl | 2 | ||||
-rwxr-xr-x | sysui/desktop/share/create_mime_xml.pl | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/oox/source/export/preset-definitions-to-shape-types.pl b/oox/source/export/preset-definitions-to-shape-types.pl index 907ae055100d..2fe929705746 100644 --- a/oox/source/export/preset-definitions-to-shape-types.pl +++ b/oox/source/export/preset-definitions-to-shape-types.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_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. # diff --git a/sd/res/webview/editpic.pl b/sd/res/webview/editpic.pl index 929efdefe236..c14df32e2db5 100644 --- a/sd/res/webview/editpic.pl +++ b/sd/res/webview/editpic.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # This file is part of the LibreOffice project. # diff --git a/sd/res/webview/poll.pl b/sd/res/webview/poll.pl index 4fc939ec6b90..6dded715d3fa 100644 --- a/sd/res/webview/poll.pl +++ b/sd/res/webview/poll.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # This file is part of the LibreOffice project. # diff --git a/sd/res/webview/savepic.pl b/sd/res/webview/savepic.pl index 26bb2bc9c2ee..3502312e5067 100644 --- a/sd/res/webview/savepic.pl +++ b/sd/res/webview/savepic.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # This file is part of the LibreOffice project. # diff --git a/sd/res/webview/show.pl b/sd/res/webview/show.pl index 6e9c8e43b0b9..3252eaeb8c3b 100644 --- a/sd/res/webview/show.pl +++ b/sd/res/webview/show.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # This file is part of the LibreOffice project. # diff --git a/solenv/bin/image-sort.pl b/solenv/bin/image-sort.pl index 5b2441d6a3d8..a59c7bc714a5 100755 --- a/solenv/bin/image-sort.pl +++ b/solenv/bin/image-sort.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w # -*- Mode: Perl; tab-width: 4; indent-tabs-mode: nil -*- # # This file is part of the LibreOffice project. diff --git a/sysui/desktop/share/create_mime_xml.pl b/sysui/desktop/share/create_mime_xml.pl index e8d7abb553da..92d43107aa8c 100755 --- a/sysui/desktop/share/create_mime_xml.pl +++ b/sysui/desktop/share/create_mime_xml.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # This file is part of the LibreOffice project. # |