Commit c1685efe authored by lenz@mysql.com's avatar lenz@mysql.com

- fixed a typo in previous push

parent 9a9d7c6b
...@@ -38,6 +38,7 @@ $opt_export_only= undef; ...@@ -38,6 +38,7 @@ $opt_export_only= undef;
$opt_help= $opt_verbose= 0; $opt_help= $opt_verbose= 0;
$opt_log= undef; $opt_log= undef;
$opt_mail= ""; $opt_mail= "";
$opt_revision= undef;
$opt_suffix= ""; $opt_suffix= "";
$opt_test= undef; $opt_test= undef;
$opt_skip_check= undef; $opt_skip_check= undef;
...@@ -220,7 +221,7 @@ if (defined $opt_changelog) ...@@ -220,7 +221,7 @@ if (defined $opt_changelog)
{ {
if (!$opt_revision) 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 else
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment