]> git.koha-community.org Git - koha.git/commit
Bug 15193 - Perl scripts missing exec permission
authorFridolin Somers <fridolin.somers@biblibre.com>
Mon, 16 Nov 2015 12:07:07 +0000 (13:07 +0100)
committerFrédéric Demians <f.demians@tamil.fr>
Mon, 14 Dec 2015 17:56:53 +0000 (18:56 +0100)
commit4b10d5b61011c82de00b65d270dd63dde2c7cfac
tree6efe4bcbced92468669bc782d8dc72050a2cbfd0
parentf2dfce1a95fda744ea4aea4b844343f601a1b0b5
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>
(cherry picked from commit bff51cb38c19678533ec11eddf68f5b9e0d74c30)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
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]