Bugzilla – Attachment 118996 Details for
Bug 28054
SIPServer.pm is a program and requires a shebang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28054 Reinstate the shebang in SIPServer.pm
Bug-28054-Reinstate-the-shebang-in-SIPServerpm.patch (text/plain), 840 bytes, created by
Martin Renvoize (ashimema)
on 2021-03-30 12:06:11 UTC
(
hide
)
Description:
Bug 28054 Reinstate the shebang in SIPServer.pm
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-03-30 12:06:11 UTC
Size:
840 bytes
patch
obsolete
>From 13367fd49a01e2dc575cfdc48b1df1eea047e1d3 Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Tue, 30 Mar 2021 12:49:00 +0100 >Subject: [PATCH] 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> >--- > C4/SIP/SIPServer.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/C4/SIP/SIPServer.pm b/C4/SIP/SIPServer.pm >index 8d5be71624..f1c1ae448b 100644 >--- a/C4/SIP/SIPServer.pm >+++ b/C4/SIP/SIPServer.pm >@@ -1,3 +1,5 @@ >+#!/usr/bin/perl >+ > package C4::SIP::SIPServer; > > use strict; >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28054
:
118994
| 118996