summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-07-11 19:32:29 +0200
committerunknown <lenz@mysql.com>2003-07-11 19:32:29 +0200
commitaa28da79c1c4b59f7e4693cba5273472734a3045 (patch)
tree295a870b81e5bf711e5a92da8447f841d1267243 /Build-tools
parent762b13468d914d6074ceda985fb0b95352dc8a56 (diff)
downloadmariadb-git-aa28da79c1c4b59f7e4693cba5273472734a3045.tar.gz
- fixed a typo in previous push
Build-tools/Bootstrap: - duh!
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/Bootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build-tools/Bootstrap b/Build-tools/Bootstrap
index b16218cfc3b..20cd5a089bd 100755
--- a/Build-tools/Bootstrap
+++ b/Build-tools/Bootstrap
@@ -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
{