diff options
Diffstat (limited to 'support-files/mysql.server.sh')
-rw-r--r-- | support-files/mysql.server.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh index 405972cb22d..7f4987be3a8 100644 --- a/support-files/mysql.server.sh +++ b/support-files/mysql.server.sh @@ -60,11 +60,11 @@ export PATH mode=$1 # start or stop case `echo "testing\c"`,`echo -n testing` in - *c*,-n*) echo_n= echo_c='
';; - *c*,*) echo_n=-n echo_c= ;; - *) echo_n= echo_c='\c';; -esac - + *c*,-n*) echo_n= echo_c= ;; + *c*,*) echo_n=-n echo_c= ;; + *) echo_n= echo_c='\c' ;; +esac + parse_arguments() { for arg do case "$arg" in |