Commit 529712a0 authored by unknown's avatar unknown

Fixed typo

parent 407d0ead
...@@ -192,7 +192,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \ ...@@ -192,7 +192,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \
OTHER_LIBC_DIR=/usr/local/mysql-glibc OTHER_LIBC_DIR=/usr/local/mysql-glibc
USE_OTHER_LIBC_DIR="" USE_OTHER_LIBC_DIR=""
if test -d "OTHER_LIBC_DIR" if test -d "$OTHER_LIBC_DIR"
then then
USE_OTHER_LIBC_DIR="--with-other-libc=$OTHER_LIBC_DIR" USE_OTHER_LIBC_DIR="--with-other-libc=$OTHER_LIBC_DIR"
fi fi
......
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