File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7070 fi
7171done
7272
73- printf " Waiting for %s serial..." " ${dummy_port_fullpath} " >&2
73+ printf " Waiting for %s serial..." " ${dummy_port_fullpath} "
7474COUNTER=40
7575if [ ${OS_DIR} = " win" ]; then
7676 while [ $COUNTER -gt 0 ]; do
7777 if ! " ${DIR} /${OS_DIR} /check_port${EXT} " " ${dummy_port_fullpath} " ; then
7878 COUNTER=$(( COUNTER - 1 ))
79- printf " ." >&2
79+ printf " ."
8080 sleep 0.1
8181 else
8282 break
@@ -86,7 +86,7 @@ if [ ${OS_DIR} = "win" ]; then
8686else
8787 while [ ! -r " ${dummy_port_fullpath} " ] && [ $COUNTER -gt 0 ]; do
8888 COUNTER=$(( COUNTER - 1 ))
89- printf " ." >&2
89+ printf " ."
9090 sleep 0.1
9191 done
9292fi
@@ -95,5 +95,5 @@ if [ $COUNTER -eq -0 ]; then
9595 echo " Timed out." >&2
9696 exit 1
9797else
98- echo " Done." >&2
98+ echo " Done."
9999fi
You can’t perform that action at this time.
0 commit comments