l10ntools/scripts/keyidGen.pl | 2 +- oowintool | 2 +- oox/source/export/preset-definitions-to-shape-types.pl | 2 +- sal/qa/buildall.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 +- sc/addin/util/cl2c.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 +- sd/res/webview/webview.pl | 2 +- solenv/bin/build_release.pl | 2 +- solenv/bin/cleanzip.pl | 2 +- solenv/bin/cws.pl | 2 +- solenv/bin/download_external_dependencies.pl | 2 +- solenv/bin/download_missing_extensions.pl | 2 +- solenv/bin/image-sort.pl | 2 +- solenv/bin/langwrap | 2 +- solenv/bin/makemani.pl | 2 +- solenv/bin/modules/osarch.pm | 2 +- solenv/bin/patch_make_releases_xml.pl | 2 +- solenv/bin/patch_tool.pl | 2 +- solenv/bin/release_prepare.pl | 2 +- solenv/bin/replace_in_zip.pl | 2 +- solenv/bin/transform_description.pl | 2 +- sysui/desktop/share/create_mime_xml.pl | 2 +- xmerge/source/palmtests/bin/verify_sane.pl | 2 +- xmerge/source/palmtests/qa/bin/test_driver.pl | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-)
New commits: commit 3d2951877d73960d1898b7454028cb976c450c44 Author: Pedro Giffuni <[email protected]> Date: Wed Sep 2 15:55:41 2015 +0000 One more perl shebang. diff --git a/solenv/bin/langwrap b/solenv/bin/langwrap old mode 100755 new mode 100644 index c8f4fb8..cdff929 --- a/solenv/bin/langwrap +++ b/solenv/bin/langwrap @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w # ************************************************************* # # Licensed to the Apache Software Foundation (ASF) under one commit 93496a6c1e5b2ae1756dc9b8043e2267209387da Author: Pedro Giffuni <[email protected]> Date: Wed Sep 2 15:43:13 2015 +0000 Fix some perl shebangs. Mosrt important perl scripts already use a portable method but fix these nevertheless. diff --git a/l10ntools/scripts/keyidGen.pl b/l10ntools/scripts/keyidGen.pl index 85e13c7..f1b0d5d 100644 --- a/l10ntools/scripts/keyidGen.pl +++ b/l10ntools/scripts/keyidGen.pl @@ -1,4 +1,4 @@ -: +: eval 'exec perl -S $0 ${1+"$@"}' if 0; #************************************************************** diff --git a/oowintool b/oowintool index 6c80a9a..bd7b8b6 100755 --- a/oowintool +++ b/oowintool @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w # ************************************************************* # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/oox/source/export/preset-definitions-to-shape-types.pl b/oox/source/export/preset-definitions-to-shape-types.pl index 686606b..ee2bb07 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 #************************************************************** # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/sal/qa/buildall.pl b/sal/qa/buildall.pl index a1d2065..25ae353 100644 --- a/sal/qa/buildall.pl +++ b/sal/qa/buildall.pl @@ -21,7 +21,7 @@ eval 'exec perl -wS $0 ${1+"$@"}' # #************************************************************** -# #!/usr/bin/perl -w +# #!/usr/bin/env perl -w use strict; use POSIX; diff --git a/sal/qa/helper/gcov/gcov_filter.pl b/sal/qa/helper/gcov/gcov_filter.pl index c5d5758..33ff25c 100755 --- 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 # # $Id: gcov_filter.pl,v 1.4 2005-11-02 17:23:57 kz Exp $ # diff --git a/sal/qa/helper/gcov/gcov_result.pl b/sal/qa/helper/gcov/gcov_result.pl index 5e7f46e..3ab5aba 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 # ************************************************************* # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/sal/qa/helper/gcov/gcov_resultcompare.pl b/sal/qa/helper/gcov/gcov_resultcompare.pl index 183a12f..73ca581 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 # ************************************************************* # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/sal/qa/helper/gcov/gcov_resultinterpreter.pl b/sal/qa/helper/gcov/gcov_resultinterpreter.pl index 35a9fdc..45e9108 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 # ************************************************************* # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/sal/textenc/generate/big5hkscs2001.pl b/sal/textenc/generate/big5hkscs2001.pl index 47bee058..836671d 100644 --- a/sal/textenc/generate/big5hkscs2001.pl +++ b/sal/textenc/generate/big5hkscs2001.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl #************************************************************** # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/sal/textenc/generate/cns116431992.pl b/sal/textenc/generate/cns116431992.pl index cb882d1..264f976 100644 --- a/sal/textenc/generate/cns116431992.pl +++ b/sal/textenc/generate/cns116431992.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl #************************************************************** # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/sal/textenc/generate/gb180302000.pl b/sal/textenc/generate/gb180302000.pl index 5b5a1a8..f46e940 100644 --- a/sal/textenc/generate/gb180302000.pl +++ b/sal/textenc/generate/gb180302000.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl #************************************************************** # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/sc/addin/util/cl2c.pl b/sc/addin/util/cl2c.pl index c4d0992..3e04b64 100644 --- a/sc/addin/util/cl2c.pl +++ b/sc/addin/util/cl2c.pl @@ -1,4 +1,4 @@ -#!/usr/solar/bin/perl +#!/usr/bin/env perl #************************************************************** # diff --git a/sd/res/webview/editpic.pl b/sd/res/webview/editpic.pl index 9c01cd9..49e348a 100644 --- a/sd/res/webview/editpic.pl +++ b/sd/res/webview/editpic.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # ************************************************************* # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/sd/res/webview/poll.pl b/sd/res/webview/poll.pl index 6c44ff4..fe24f1a 100644 --- a/sd/res/webview/poll.pl +++ b/sd/res/webview/poll.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # ************************************************************* # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/sd/res/webview/savepic.pl b/sd/res/webview/savepic.pl index f03ade4..4e1ff98 100644 --- a/sd/res/webview/savepic.pl +++ b/sd/res/webview/savepic.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # ************************************************************* # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/sd/res/webview/show.pl b/sd/res/webview/show.pl index 324a730..88bbdf4 100644 --- a/sd/res/webview/show.pl +++ b/sd/res/webview/show.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # ************************************************************* # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/sd/res/webview/webview.pl b/sd/res/webview/webview.pl index cc68fbc..50d4b5a 100644 --- a/sd/res/webview/webview.pl +++ b/sd/res/webview/webview.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # ************************************************************* # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/solenv/bin/build_release.pl b/solenv/bin/build_release.pl index 83ea6f4..129cf9f 100755 --- a/solenv/bin/build_release.pl +++ b/solenv/bin/build_release.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl #************************************************************** # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/solenv/bin/cleanzip.pl b/solenv/bin/cleanzip.pl index 9c4092c..bf7241d 100755 --- a/solenv/bin/cleanzip.pl +++ b/solenv/bin/cleanzip.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w #************************************************************** # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/solenv/bin/cws.pl b/solenv/bin/cws.pl index 59e530b..1a3ed45 100644 --- a/solenv/bin/cws.pl +++ b/solenv/bin/cws.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w #************************************************************** # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/solenv/bin/download_external_dependencies.pl b/solenv/bin/download_external_dependencies.pl index d1b4121..a33cab3 100755 --- a/solenv/bin/download_external_dependencies.pl +++ b/solenv/bin/download_external_dependencies.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl #************************************************************** # diff --git a/solenv/bin/download_missing_extensions.pl b/solenv/bin/download_missing_extensions.pl index 9cb664c..c50da9b 100755 --- a/solenv/bin/download_missing_extensions.pl +++ b/solenv/bin/download_missing_extensions.pl @@ -1,4 +1,4 @@ -#! /usr/bin/perl -w +#!/usr/bin/env perl -w #************************************************************** # diff --git a/solenv/bin/image-sort.pl b/solenv/bin/image-sort.pl index 85a7dd8..95e44eb 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 # ************************************************************* # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/solenv/bin/makemani.pl b/solenv/bin/makemani.pl index 5e1369d..427680d 100644 --- a/solenv/bin/makemani.pl +++ b/solenv/bin/makemani.pl @@ -1,4 +1,4 @@ -#! /usr/bin/perl -w +#!/usr/bin/env perl -w eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' if 0; #$running_under_some_shell #************************************************************** diff --git a/solenv/bin/modules/osarch.pm b/solenv/bin/modules/osarch.pm index 1a7fe62..48e0be2 100644 --- a/solenv/bin/modules/osarch.pm +++ b/solenv/bin/modules/osarch.pm @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w # ************************************************************* # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/solenv/bin/patch_make_releases_xml.pl b/solenv/bin/patch_make_releases_xml.pl index b75046b..296e549 100644 --- a/solenv/bin/patch_make_releases_xml.pl +++ b/solenv/bin/patch_make_releases_xml.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w #************************************************************** # diff --git a/solenv/bin/patch_tool.pl b/solenv/bin/patch_tool.pl index 36b6351..2bc2201 100644 --- a/solenv/bin/patch_tool.pl +++ b/solenv/bin/patch_tool.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w #************************************************************** # diff --git a/solenv/bin/release_prepare.pl b/solenv/bin/release_prepare.pl index ca47308..1852f19 100644 --- a/solenv/bin/release_prepare.pl +++ b/solenv/bin/release_prepare.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w #************************************************************** # diff --git a/solenv/bin/replace_in_zip.pl b/solenv/bin/replace_in_zip.pl index c77bbfc..16cac79 100644 --- a/solenv/bin/replace_in_zip.pl +++ b/solenv/bin/replace_in_zip.pl @@ -19,7 +19,7 @@ # #************************************************************** -#!/usr/bin/perl +#!/usr/bin/env perl use Archive::Zip; diff --git a/solenv/bin/transform_description.pl b/solenv/bin/transform_description.pl index 297efc7..acc7dba 100644 --- a/solenv/bin/transform_description.pl +++ b/solenv/bin/transform_description.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl #************************************************************** # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/sysui/desktop/share/create_mime_xml.pl b/sysui/desktop/share/create_mime_xml.pl index ab780cf..d5ec389 100644 --- 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 # ************************************************************* # # Licensed to the Apache Software Foundation (ASF) under one diff --git a/xmerge/source/palmtests/bin/verify_sane.pl b/xmerge/source/palmtests/bin/verify_sane.pl index d3d2083..8df9853 100755 --- a/xmerge/source/palmtests/bin/verify_sane.pl +++ b/xmerge/source/palmtests/bin/verify_sane.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl ######################################################################### #************************************************************** diff --git a/xmerge/source/palmtests/qa/bin/test_driver.pl b/xmerge/source/palmtests/qa/bin/test_driver.pl index 5a5f4ab..67f882c 100755 --- a/xmerge/source/palmtests/qa/bin/test_driver.pl +++ b/xmerge/source/palmtests/qa/bin/test_driver.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl ######################################################################### #**************************************************************
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
