From 3d7490d2c01b9c8fb44fd31d3992cb68345d5617 Mon Sep 17 00:00:00 2001 From: "monty@hundin.mysql.fi" <> Date: Tue, 26 Mar 2002 00:28:33 +0200 Subject: [PATCH] Fixed typo --- support-files/mysql.spec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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