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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 1 Apr 2021 16:51:37 +0000 (18:51 +0200)
commitdfe3753deeddb40610a27ccc48ad71110c2bb350
tree9663a784b778a9dfe798d5fdfd2091f163b16ecc
parent5aa24a6a479bd2066499d115f33004885264e3ee
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>
C4/SIP/SIPServer.pm