Bugzilla – Attachment 111466 Details for
Bug 26658
Shebangs are wrong in bin/intranet and bin/opac
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26658: Fix shebangs of bin/intranet and bin/opac
Bug-26658-Fix-shebangs-of-binintranet-and-binopac.patch (text/plain), 724 bytes, created by
Julian Maurice
on 2020-10-12 06:21:03 UTC
(
hide
)
Description:
Bug 26658: Fix shebangs of bin/intranet and bin/opac
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2020-10-12 06:21:03 UTC
Size:
724 bytes
patch
obsolete
>From 86f9e325928909f055f4c82f39d593fafa147272 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 12 Oct 2020 08:18:23 +0200 >Subject: [PATCH] Bug 26658: Fix shebangs of bin/intranet and bin/opac > >--- > bin/intranet | 2 +- > bin/opac | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/bin/intranet b/bin/intranet >index af5a08f48e..cff03d5c18 100755 >--- a/bin/intranet >+++ b/bin/intranet >@@ -1,4 +1,4 @@ >-#!/usr/bin/env perl >+#!/usr/bin/perl > > # Copyright 2020 BibLibre > # >diff --git a/bin/opac b/bin/opac >index fe0b934d8f..a6974db2e3 100755 >--- a/bin/opac >+++ b/bin/opac >@@ -1,4 +1,4 @@ >-#!/usr/bin/env perl >+#!/usr/bin/perl > > # Copyright 2020 BibLibre > # >-- >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 26658
: 111466