Skip to content

Commit 18f62d9

Browse files
author
Jan Lindström
authored
Merge pull request #404 from grooverdan/10.1-MDEV-13032-galera_new_cluster
MDEV-13032: fix galera_new_cluster to be POSIX
2 parents 6439238 + d851582 commit 18f62d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/galera_new_cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# the Free Software Foundation; either version 2.1 of the License, or
66
# (at your option) any later version.
77

8-
if [ "${1}" == "-h" -o "${1}" == "--help" ]; then
8+
if [ "${1}" = "-h" ] || [ "${1}" = "--help" ]; then
99
cat <<EOF
1010
1111
Usage: ${0}

0 commit comments

Comments
 (0)