summaryrefslogtreecommitdiff
path: root/sal/qa
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2015-09-02 15:43:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-09-03 08:53:45 +0100
commit1529c3f6ac71f7f2bd27ffd13944574793de389f (patch)
tree21db248847be86d9baafb89fc68f098e1ecc6c34 /sal/qa
parentc1558858943469879754d1ae241ad88e42fddad8 (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/qa')
-rw-r--r--sal/qa/helper/gcov/gcov_filter.pl2
-rw-r--r--sal/qa/helper/gcov/gcov_result.pl2
-rw-r--r--sal/qa/helper/gcov/gcov_resultcompare.pl2
-rw-r--r--sal/qa/helper/gcov/gcov_resultinterpreter.pl2
4 files changed, 4 insertions, 4 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.