mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed typo
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user