diff options
author | Pedro Giffuni <pfg@apache.org> | 2015-09-02 15:43:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-03 08:53:45 +0100 |
commit | 1529c3f6ac71f7f2bd27ffd13944574793de389f (patch) | |
tree | 21db248847be86d9baafb89fc68f098e1ecc6c34 /sysui | |
parent | c1558858943469879754d1ae241ad88e42fddad8 (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 'sysui')
-rwxr-xr-x | sysui/desktop/share/create_mime_xml.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/desktop/share/create_mime_xml.pl b/sysui/desktop/share/create_mime_xml.pl index e8d7abb553da..92d43107aa8c 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. # |