Merge pull request #404 from grooverdan/10.1-MDEV-13032-galera_new_cluster
MDEV-13032: fix galera_new_cluster to be POSIX
This commit is contained in:
commit
18f62d94d6
@ -5,7 +5,7 @@
|
||||
# the Free Software Foundation; either version 2.1 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
if [ "${1}" == "-h" -o "${1}" == "--help" ]; then
|
||||
if [ "${1}" = "-h" ] || [ "${1}" = "--help" ]; then
|
||||
cat <<EOF
|
||||
|
||||
Usage: ${0}
|
||||
|
Loading…
x
Reference in New Issue
Block a user