Bug 28054: Reinstate the shebang in SIPServer.pm
authorColin Campbell <colin.campbell@ptfs-europe.com>
Tue, 30 Mar 2021 11:49:00 +0000 (12:49 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 15 Apr 2021 10:20:51 +0000 (12:20 +0200)
commit9906197508c6ad54d2bec459066c76065093eac0
tree58a914736f308f10dc8633be4e4123d1b04fb97a
parent66a698fc7248750b8fda96241db7dcf8883b125b
Bug 28054: Reinstate the shebang in SIPServer.pm

Bug 26673 renoved the shebang from SIPServer.pm. This was an error
SIPServer.pm is a program not a perl module, and needs the shebang
for the OS to assign an interpreter unless the command line
calls it as an argument to perl. Restore the shebang

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit dfe3753deeddb40610a27ccc48ad71110c2bb350)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/SIP/SIPServer.pm