Commit 21de13f3 authored by Yoni Fogel's avatar Yoni Fogel

Merge branch 'master' of github.com:Tokutek/ft-engine

parents f703aa70 83b4210c
...@@ -152,7 +152,7 @@ function parse_mysqlbuild() { ...@@ -152,7 +152,7 @@ function parse_mysqlbuild() {
build_debug=0 build_debug=0
fi fi
# set tag or HEAD # set tag or HEAD
if [[ $temp_tokudb_version =~ ^([0-9]+)\\.([0-9]+)\\.([0-9]+)$ ]] ; then if [[ $temp_tokudb_version =~ ^([0-9]+)\\.([0-9]+)\\.([0-9]+) ]] ; then
git_tag=tokudb-$temp_tokudb_version git_tag=tokudb-$temp_tokudb_version
else else
git_tag=HEAD git_tag=HEAD
......
...@@ -47,7 +47,7 @@ function github_clone() { ...@@ -47,7 +47,7 @@ function github_clone() {
popd popd
} }
shopt -s compat31 2>/dev/null # shopt -s compat31 2>/dev/null
git_tag= git_tag=
mysql=mysql mysql=mysql
......
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