diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2016-09-26 00:26:42 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2016-09-26 00:26:42 +0400 |
commit | a85a5ca90358e088825c501ae3326a1d09278439 (patch) | |
tree | f744d824cc7d08c1705ea2d72a37c8a7d69d91aa | |
parent | 7d7b92c107aaa36ac5e2dc142eb9e6a6181ff35e (diff) | |
download | mariadb-git-bb-10.1-hf-10832.tar.gz |
fix in .shbb-10.1-hf-10832
-rw-r--r-- | scripts/mysql_install_db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index b03c1059605..dbb220c3a0d 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -291,7 +291,7 @@ then fi srcpkgdatadir=`find_in_basedir --dir fill_help_tables.sql share share/mysql` buildpkgdatadir=$srcpkgdatadir - if test -z "$pkgdatadir" + if test -z "$srcpkgdatadir" then cannot_find_file fill_help_tables.sql $basedir/share $basedir/share/mysql exit 1 |