[Libreoffice-commits] core.git: oox/source sal/qa sal/textenc sd/res solenv/bin sysui/desktop

Pedro Giffuni pfg at apache.org
Thu Sep 3 00:54:11 PDT 2015


 oox/source/export/preset-definitions-to-shape-types.pl |    2 +-
 sal/qa/helper/gcov/gcov_filter.pl                      |    2 +-
 sal/qa/helper/gcov/gcov_result.pl                      |    2 +-
 sal/qa/helper/gcov/gcov_resultcompare.pl               |    2 +-
 sal/qa/helper/gcov/gcov_resultinterpreter.pl           |    2 +-
 sal/textenc/generate/big5hkscs2001.pl                  |    2 +-
 sal/textenc/generate/cns116431992.pl                   |    2 +-
 sal/textenc/generate/gb180302000.pl                    |    2 +-
 sd/res/webview/editpic.pl                              |    2 +-
 sd/res/webview/poll.pl                                 |    2 +-
 sd/res/webview/savepic.pl                              |    2 +-
 sd/res/webview/show.pl                                 |    2 +-
 solenv/bin/image-sort.pl                               |    2 +-
 sysui/desktop/share/create_mime_xml.pl                 |    2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

New commits:
commit 1529c3f6ac71f7f2bd27ffd13944574793de389f
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Sep 2 15:43:13 2015 +0000

    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

diff --git a/oox/source/export/preset-definitions-to-shape-types.pl b/oox/source/export/preset-definitions-to-shape-types.pl
index 907ae05..2fe9297 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 e9fec1c..c5373c0 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 783d055..87fb1f1 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 38855d2..704475c 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 0509850..a788514 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 8e7b700..4245cbd 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 8333581..29bbefa 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 cc19187..7543e7a 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 929efde..c14df32 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 4fc939e..6dded71 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 26bb2bc..3502312 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 6e9c8e4..3252eae 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 5b2441d..a59c7bc 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 e8d7abb..92d4310 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.
 #


More information about the Libreoffice-commits mailing list