From d8515829ec821304c4e0fd00d2645b64568b9df3 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 8 Jun 2017 12:43:39 +1000 Subject: [PATCH] MDEV-13032: fix galera_new_cluster to be POSIX Signed-off-by: Daniel Black --- scripts/galera_new_cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/galera_new_cluster.sh b/scripts/galera_new_cluster.sh index b873192cf31..8bf2fa35cec 100755 --- a/scripts/galera_new_cluster.sh +++ b/scripts/galera_new_cluster.sh @@ -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 <