Fix to bug 583 http://bugs.mariadb.com/show_bug.cgi?id=583
Changed rwsplit.sh to explicitly use /bin/bash
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
NARGS=7
|
NARGS=7
|
||||||
TLOG=$1
|
TLOG=$1
|
||||||
THOST=$2
|
THOST=$2
|
||||||
|
|||||||
Reference in New Issue
Block a user