[Libreoffice-commits] core.git: bin/find-unusedheaders.pl bin/module-deps.pl oox/source sd/res solenv/bin

coypu coypu at sdf.org
Thu Feb 25 13:51:56 UTC 2016


 bin/find-unusedheaders.pl                                 |    2 +-
 bin/module-deps.pl                                        |    2 +-
 oox/source/drawingml/customshapes/generatePresetsData.pl  |    2 +-
 oox/source/drawingml/customshapes/generatePresetsPPTXs.pl |    2 +-
 sd/res/webview/webcast.pl                                 |    2 +-
 solenv/bin/fix-includes.pl                                |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 48aae2225fa1f3d252619e764416126b0ba78127
Author: coypu <coypu at sdf.org>
Date:   Tue Feb 9 18:09:36 2016 +0200

    Avoid hard-coded perl path, check with env
    
    Change-Id: If39a4991b487b14d21572d6e3d785df4c287f190
    Reviewed-on: https://gerrit.libreoffice.org/22238
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/bin/find-unusedheaders.pl b/bin/find-unusedheaders.pl
index def1bd4..64b460f 100755
--- a/bin/find-unusedheaders.pl
+++ b/bin/find-unusedheaders.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This file is part of the LibreOffice project.
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/bin/module-deps.pl b/bin/module-deps.pl
index c742b71..b990722 100755
--- a/bin/module-deps.pl
+++ b/bin/module-deps.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 use strict;
 use warnings;
diff --git a/oox/source/drawingml/customshapes/generatePresetsData.pl b/oox/source/drawingml/customshapes/generatePresetsData.pl
index 187f3ee..99b2ff1 100755
--- a/oox/source/drawingml/customshapes/generatePresetsData.pl
+++ b/oox/source/drawingml/customshapes/generatePresetsData.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #
 # This file is part of the LibreOffice project.
 #
diff --git a/oox/source/drawingml/customshapes/generatePresetsPPTXs.pl b/oox/source/drawingml/customshapes/generatePresetsPPTXs.pl
index 5795ea9..246bfdd 100755
--- a/oox/source/drawingml/customshapes/generatePresetsPPTXs.pl
+++ b/oox/source/drawingml/customshapes/generatePresetsPPTXs.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/webcast.pl b/sd/res/webview/webcast.pl
index dadffe2..37c80e5 100644
--- a/sd/res/webview/webcast.pl
+++ b/sd/res/webview/webcast.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/fix-includes.pl b/solenv/bin/fix-includes.pl
index 2b3553f..6daae9e 100755
--- a/solenv/bin/fix-includes.pl
+++ b/solenv/bin/fix-includes.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This file is part of the LibreOffice project.
 #
 # This Source Code Form is subject to the terms of the Mozilla Public


More information about the Libreoffice-commits mailing list