Bugzilla – Attachment 129115 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), 820 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2022-01-06 18:29:56 UTC
(
hide
)
Description:
Bug 29813: Add missing semicolon in skeleton.pl
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-01-06 18:29:56 UTC
Size:
820 bytes
patch
obsolete
>From 4e78848c8515890b92059b4ca0ec89be98fcbabf 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> >--- > 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 5709cd56f2..72c36af12b 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.34.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