summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJulius Goryavsky <julius.goryavsky@mariadb.com>2019-08-21 11:12:39 +0200
committerJulius Goryavsky <julius.goryavsky@mariadb.com>2019-08-21 11:12:39 +0200
commit94e6a4fa6ab9f6c6b273819e37da0754df63fee0 (patch)
tree9dc115d89959fcfb5fad2158cb469c2af318c7a8 /scripts
parent91fdb931fa2f734d54acadeb3e9c860a26543f04 (diff)
downloadmariadb-git-94e6a4fa6ab9f6c6b273819e37da0754df63fee0.tar.gz
Bash-specific operator replaced by a universal one
Diffstat (limited to 'scripts')
-rw-r--r--scripts/wsrep_sst_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wsrep_sst_common.sh b/scripts/wsrep_sst_common.sh
index 73a026b4edc..2bd1579e0d8 100644
--- a/scripts/wsrep_sst_common.sh
+++ b/scripts/wsrep_sst_common.sh
@@ -193,7 +193,7 @@ case "$1" in
if [ -z "$original_cmd" ]; then
original_cmd="$1"
else
- original_cmd+=" $1"
+ original_cmd="$original_cmd $1"
fi
fi
shift