mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
7 lines
118 B
Bash
Executable file
7 lines
118 B
Bash
Executable file
#!/usr/bin/bash
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
extra_flags=""
|
|
extra_configs="$max_configs"
|
|
|
|
. "$path/FINISH.sh"
|