Bugzilla – Attachment #129129: Bug 29813: Add missing semicolon in skeleton.pl for
bug #29813
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 29813
Collapse All
|
Expand All
(-)
a/installer/data/mysql/atomicupdate/skeleton.pl (-2 / +1 lines)
Lines 11-14 return {
Link Here
11
# Print useful stuff here
11
# Print useful stuff here
12
say $out "Update is going well so far";
12
say $out "Update is going well so far";
13
},
13
},
14
}
14
};
15
-
Return to
bug 29813