Commit ea599a00 authored by unknown's avatar unknown

BUG #13511 Wrong patch pushed, fixing.


BUILD/SETUP.sh:
  BUG #13511, wrong patch pushed, fixing.
parent 515610b3
......@@ -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
......
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