]> git.koha-community.org Git - koha.git/commit
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)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Sat, 24 Apr 2021 16:05:58 +0000 (16:05 +0000)
commitffcbbd9b13c64d8b8f89ee64c8cd5db814f7cc80
treed355daaf6360ca658b39cfd99c039da6a9c8746c
parent5ef04da9743ea09e842de1bcfd5740a386d65205
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>
(cherry picked from commit 9906197508c6ad54d2bec459066c76065093eac0)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
C4/SIP/SIPServer.pm