mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
fix a typo
This commit is contained in:
parent
22774ddb53
commit
d61947550a
1 changed files with 1 additions and 1 deletions
|
@ -332,8 +332,8 @@ parse_arguments PICK-ARGS-FROM-ARGV "$@"
|
||||||
rel_mysqld="$dirname0/@INSTALL_SBINDIR@/mariadbd"
|
rel_mysqld="$dirname0/@INSTALL_SBINDIR@/mariadbd"
|
||||||
|
|
||||||
if test "$cross_bootstrap" -eq 0 -a "$in_rpm" -eq 0 -a "$force" -eq 0
|
if test "$cross_bootstrap" -eq 0 -a "$in_rpm" -eq 0 -a "$force" -eq 0
|
||||||
do_resolve=1
|
|
||||||
then
|
then
|
||||||
|
do_resolve=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Configure paths to support files
|
# Configure paths to support files
|
||||||
|
|
Loading…
Add table
Reference in a new issue