Bugzilla – Attachment 118994 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]
patch restoring the shebang
0001-Bug-28054-Reinstate-the-shebang-in-SIPServer.pm.patch (text/plain), 776 bytes, created by
Colin Campbell
on 2021-03-30 11:55:48 UTC
(
hide
)
Description:
patch restoring the shebang
Filename:
MIME Type:
Creator:
Colin Campbell
Created:
2021-03-30 11:55:48 UTC
Size:
776 bytes
patch
obsolete
>From 6a624c14d5469878f3122cc62e60017bd9ac113c 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 >--- > 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.30.2 >
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