Bugzilla – Attachment 146499 Details for
Bug 32922
Remove space in shebang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32922: (follow-up) Fix two additional occurences
Bug-32922-follow-up-Fix-two-additional-occurences.patch (text/plain), 1012 bytes, created by
Martin Renvoize (ashimema)
on 2023-02-10 16:46:42 UTC
(
hide
)
Description:
Bug 32922: (follow-up) Fix two additional occurences
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-02-10 16:46:42 UTC
Size:
1012 bytes
patch
obsolete
>From 4809231b4a17078baa7edc180ddc261f7beb9923 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 10 Feb 2023 16:45:35 +0000 >Subject: [PATCH] Bug 32922: (follow-up) Fix two additional occurences > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > debian/koha-common.init | 2 +- > debian/koha-core.init | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/debian/koha-common.init b/debian/koha-common.init >index 12a85a64a7..bc00c76a9b 100755 >--- a/debian/koha-common.init >+++ b/debian/koha-common.init >@@ -1,4 +1,4 @@ >-#! /bin/sh >+#!/bin/sh > ### BEGIN INIT INFO > # Provides: koha-common > # Required-Start: $remote_fs memcached >diff --git a/debian/koha-core.init b/debian/koha-core.init >index a7efbd8812..f86021d9cb 100755 >--- a/debian/koha-core.init >+++ b/debian/koha-core.init >@@ -1,4 +1,4 @@ >-#! /bin/sh >+#!/bin/sh > ### BEGIN INIT INFO > # Provides: koha-core > # Required-Start: $remote_fs memcached >-- >2.39.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 32922
:
146416
|
146417
|
146419
|
146498
| 146499 |
147193