summaryrefslogtreecommitdiff
path: root/support-files/mysql.spec.sh
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-03-26 00:28:33 +0200
committerunknown <monty@hundin.mysql.fi>2002-03-26 00:28:33 +0200
commit529712a079bd0cd8dc6fc59bc49e7190fba6c4cc (patch)
treedfa4c715802b75e31934d7d3513ce2ac0ad5535d /support-files/mysql.spec.sh
parent407d0ead8cfedaa35a35c974e9a54a5aba509475 (diff)
downloadmariadb-git-529712a079bd0cd8dc6fc59bc49e7190fba6c4cc.tar.gz
Fixed typo
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r--support-files/mysql.spec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 1409b8905b4..f46a283f814 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -192,7 +192,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \
OTHER_LIBC_DIR=/usr/local/mysql-glibc
USE_OTHER_LIBC_DIR=""
-if test -d "OTHER_LIBC_DIR"
+if test -d "$OTHER_LIBC_DIR"
then
USE_OTHER_LIBC_DIR="--with-other-libc=$OTHER_LIBC_DIR"
fi