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)
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

index 8d5be71..f1c1ae4 100644 (file)
@@ -1,3 +1,5 @@
+#!/usr/bin/perl
+
 package C4::SIP::SIPServer;
 
 use strict;