]> git.koha-community.org Git - koha.git/commit
Bug 32922: Remove space in shebang
authorMagnus Enger <magnus@libriotech.no>
Thu, 9 Feb 2023 07:57:25 +0000 (08:57 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 24 Feb 2023 07:51:37 +0000 (07:51 +0000)
commit241c35c00dc6e8c06884e8c8278094a66443cb4e
treeb3e07aa5476fd8793bd4d91275f4a1770268172a
parent39768ca44dc3b1953918b28c3b65728ba9f53f67
Bug 32922: Remove space in shebang

Some of our scripts have a space in the "shebang" (first) line:

  #! /usr/bin/perl

This is not illegal, and it does work, but it is good to be
consistent, so this patch removes the space.

To test:
- Run: grep -rn --include=*.pl '#! /usr/' *
- See the list of files that have a space in the shebang
- Apply the patch
- Run the command again, there should be no output, meaning there
  are no more files with space in the shebang
- Have a look at the patch and check that it only changes the
  shebangs
- Sign off

Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 6a0cd4cc5e52489a8dc1cf591447f414c34d5677)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
16 files changed:
admin/background_jobs.pl
admin/cities.pl
admin/classsources.pl
admin/credit_types.pl
admin/curbside_pickup.pl
admin/debit_types.pl
admin/desks.pl
admin/library_groups.pl
admin/matching-rules.pl
admin/patron-attr-types.pl
circ/curbside_pickups.pl
erm/erm.pl
misc/add_statistics_borrowers_categorycode.pl
misc/cronjobs/delete_items.pl
misc/maintenance/check_syspref_cache.pl
misc/maintenance/compare_es_to_db.pl