summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorcoypu <coypu@sdf.org>2016-02-09 18:09:36 +0200
committerMichael Stahl <mstahl@redhat.com>2016-02-25 13:51:25 +0000
commit48aae2225fa1f3d252619e764416126b0ba78127 (patch)
tree8916ae3d4903ad71b702e994a76d9e745b5fbd48 /oox
parent61648cb37ec499f317fe6336146bb3e722579363 (diff)
Avoid hard-coded perl path, check with env
Change-Id: If39a4991b487b14d21572d6e3d785df4c287f190 Reviewed-on: https://gerrit.libreoffice.org/22238 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'oox')
-rwxr-xr-xoox/source/drawingml/customshapes/generatePresetsData.pl2
-rwxr-xr-xoox/source/drawingml/customshapes/generatePresetsPPTXs.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/customshapes/generatePresetsData.pl b/oox/source/drawingml/customshapes/generatePresetsData.pl
index 187f3ee33516..99b2ff153036 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 5795ea9a5072..246bfddcdcfd 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.
#