From ea599a00327419e832d6baa1a40a0f1941d194a0 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 28 Sep 2005 08:04:08 -0700 Subject: BUG #13511 Wrong patch pushed, fixing. BUILD/SETUP.sh: BUG #13511, wrong patch pushed, fixing. --- BUILD/SETUP.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD') diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index c86687bf03b..d9d92137817 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -10,7 +10,7 @@ prefix_configs="--prefix=/usr/local/mysql" just_print= just_configure= full_debug= -if test ! -z $MYSQL_BUILD_PREFIX +if test -n "$MYSQL_BUILD_PREFIX" then prefix_configs="--prefix=$MYSQL_BUILD_PREFIX" fi -- cgit v1.2.1