Bugzilla – Attachment 129191 Details for
Bug 29813
skeleton.pl missing semicolon
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29813: Add missing semicolon in skeleton.pl
Bug-29813-Add-missing-semicolon-in-skeletonpl.patch (text/plain), 945 bytes, created by
Jonathan Druart
on 2022-01-07 15:41:59 UTC
(
hide
)
Description:
Bug 29813: Add missing semicolon in skeleton.pl
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-01-07 15:41:59 UTC
Size:
945 bytes
patch
obsolete
>From bce5f86cc91cbe8cc79c1f463513b354c9b421ef Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 6 Jan 2022 15:28:20 -0300 >Subject: [PATCH] Bug 29813: Add missing semicolon in skeleton.pl > >This has no effect as it is not causing problems. But. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > installer/data/mysql/atomicupdate/skeleton.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/skeleton.pl b/installer/data/mysql/atomicupdate/skeleton.pl >index 5709cd56f2a..72c36af12b2 100755 >--- a/installer/data/mysql/atomicupdate/skeleton.pl >+++ b/installer/data/mysql/atomicupdate/skeleton.pl >@@ -11,4 +11,4 @@ return { > # Print useful stuff here > say $out "Update is going well so far"; > }, >-} >+}; >-- >2.25.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 29813
:
129115
|
129129
| 129191