Commit 06759f78 authored by serg@serg.mylan's avatar serg@serg.mylan

extra newline removed

parent d90d00dd
......@@ -60,9 +60,9 @@ export PATH
mode=$1 # start or stop
case `echo "testing\c"`,`echo -n testing` in
*c*,-n*) echo_n= echo_c=' ';;
*c*,-n*) echo_n= echo_c= ;;
*c*,*) echo_n=-n echo_c= ;;
*) echo_n= echo_c='\c';;
*) echo_n= echo_c='\c' ;;
esac
parse_arguments() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment