MDEV-13032: fix galera_new_cluster to be POSIX

Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
This commit is contained in:
Daniel Black 2017-06-08 12:43:39 +10:00
commit d8515829ec

View file

@ -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}