mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
MDEV-13032: fix galera_new_cluster to be POSIX
Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
This commit is contained in:
parent
6439238c53
commit
d8515829ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue