summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2016-09-26 00:26:42 +0400
committerAlexey Botchkov <holyfoot@askmonty.org>2016-09-26 00:26:42 +0400
commita85a5ca90358e088825c501ae3326a1d09278439 (patch)
treef744d824cc7d08c1705ea2d72a37c8a7d69d91aa
parent7d7b92c107aaa36ac5e2dc142eb9e6a6181ff35e (diff)
downloadmariadb-git-bb-10.1-hf-10832.tar.gz
-rw-r--r--scripts/mysql_install_db.sh2
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