Bug 15193 - Perl scripts missing exec permission
authorFridolin Somers <fridolin.somers@biblibre.com>
Mon, 16 Nov 2015 12:07:07 +0000 (13:07 +0100)
committerJulian Maurice <julian.maurice@biblibre.com>
Mon, 14 Dec 2015 07:31:27 +0000 (08:31 +0100)
commitbff51cb38c19678533ec11eddf68f5b9e0d74c30
tree34cf0e0cee6605e2a9a6f615b37b1f8e5b07f1b3
parentf6d9e04b886c3d7d9378732f9cdc3eedffed8659
Bug 15193 - Perl scripts missing exec permission

Some perl scripts have 644 permissions instead of 755.

I think some are special like install-CPAN.pl.

This patch corrects some common perl scripts.

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 3410608b66fe0dd6e4c94fdcc185c7fb89b619c1)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
cataloguing/value_builder/marc21_linking_section.pl [changed mode: 0644->0755]
cataloguing/value_builder/unimarc_field_100_authorities.pl [changed mode: 0644->0755]
misc/cronjobs/nl-sync-from-koha.pl [changed mode: 0644->0755]
misc/cronjobs/nl-sync-to-koha.pl [changed mode: 0644->0755]
misc/cronjobs/social_data/get_report_social_data.pl [changed mode: 0644->0755]
misc/cronjobs/social_data/update_social_data.pl [changed mode: 0644->0755]