Bug 32922: Remove space in shebang
authorMagnus Enger <magnus@libriotech.no>
Thu, 9 Feb 2023 07:57:25 +0000 (08:57 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 20 Feb 2023 12:44:06 +0000 (09:44 -0300)
commit6a0cd4cc5e52489a8dc1cf591447f414c34d5677
tree15d6be813503b881f81307c319f8c6e695e1d2b4
parentf6bf78a1073857b6a1e6b76a99b7f26380122d36
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>
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