Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
aa28da79
Commit
aa28da79
authored
Jul 11, 2003
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fixed a typo in previous push
Build-tools/Bootstrap: - duh!
parent
762b1346
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Build-tools/Bootstrap
Build-tools/Bootstrap
+2
-1
No files found.
Build-tools/Bootstrap
View file @
aa28da79
...
...
@@ -38,6 +38,7 @@ $opt_export_only= undef;
$opt_help
=
$opt_verbose
=
0
;
$opt_log
=
undef
;
$opt_mail
=
"";
$opt_revision
=
undef
;
$opt_suffix
=
"";
$opt_test
=
undef
;
$opt_skip_check
=
undef
;
...
...
@@ -220,7 +221,7 @@ if (defined $opt_changelog)
{
if
(
!
$opt_revision
)
{
$revision
=
`
bk changes -t -d':REV:::TAG:' -n
$REPO
| grep mysql-
$major
-
$minor
| head -1 | cut -f1 -d ":"
`;
$revision
=
`
bk changes -t -d':REV:::TAG:' -n
$REPO
| grep mysql-
$major
.
$minor
| head -1 | cut -f1 -d ":"
`;
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment