Commit 1e4d0a12 authored by unknown's avatar unknown

extra newline removed

parent 5614033d
......@@ -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