From 72d404debaa804fca82fd9cf710fbde48c7305c6 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Sun, 12 Oct 2008 13:13:59 -0700 Subject: test-lib: fix broken printf b8eecafd888d219633f4c29e8b6a90fc21a46dfd introduced usage of printf without a format string. Signed-off-by: Shawn O. Pearce diff --git a/t/test-lib.sh b/t/test-lib.sh index 3569836..689ac2f 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -112,7 +112,7 @@ if test -n "$color"; then *) test -n "$quiet" && return;; esac shift - printf "* $*" + printf "* %s" "$*" tput sgr0 echo ) -- cgit v0.10.2-6-g49f6