提交 72d404de 编写于 作者: S Shawn O. Pearce

test-lib: fix broken printf

b8eecafd introduced usage of
printf without a format string.
Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
上级 969c8775
......@@ -112,7 +112,7 @@ if test -n "$color"; then
*) test -n "$quiet" && return;;
esac
shift
printf "* $*"
printf "* %s" "$*"
tput sgr0
echo
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册