mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
BUG #13511 Wrong patch pushed, fixing.
This commit is contained in:
parent
ca7a945dc9
commit
3d5c6ea98a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue