Skip to content

Commit d851582

Browse files
committed
MDEV-13032: fix galera_new_cluster to be POSIX
Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
1 parent 6439238 commit d851582

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)