mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
extra newline removed
This commit is contained in:
parent
5614033db1
commit
1e4d0a12d0
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue