Kaydet (Commit) 48aae222 authored tarafından coypu's avatar coypu Kaydeden (comit) Michael Stahl

Avoid hard-coded perl path, check with env

Change-Id: If39a4991b487b14d21572d6e3d785df4c287f190
Reviewed-on: https://gerrit.libreoffice.org/22238Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 61648cb3
#!/usr/bin/perl #!/usr/bin/env perl
# This file is part of the LibreOffice project. # This file is part of the LibreOffice project.
# #
# This Source Code Form is subject to the terms of the Mozilla Public # This Source Code Form is subject to the terms of the Mozilla Public
......
#!/usr/bin/perl #!/usr/bin/env perl
use strict; use strict;
use warnings; use warnings;
......
#!/usr/bin/perl #!/usr/bin/env perl
# #
# This file is part of the LibreOffice project. # This file is part of the LibreOffice project.
# #
......
#!/usr/bin/perl #!/usr/bin/env perl
# #
# This file is part of the LibreOffice project. # This file is part of the LibreOffice project.
# #
......
#!/usr/bin/perl #!/usr/bin/env perl
# #
# This file is part of the LibreOffice project. # This file is part of the LibreOffice project.
# #
......
#!/usr/bin/perl #!/usr/bin/env perl
# This file is part of the LibreOffice project. # This file is part of the LibreOffice project.
# #
# This Source Code Form is subject to the terms of the Mozilla Public # This Source Code Form is subject to the terms of the Mozilla Public
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment