Code

Merge branch 'st/tag'
[git.git] / t / test-lib.sh
index fb8974112598fa46f0eefb8d84be9bcf9a1eee09..8936173ee204c589fb299837586b4866722b2388 100644 (file)
@@ -112,7 +112,7 @@ if test -n "$color"; then
                        *) test -n "$quiet" && return;;
                esac
                shift
-               printf "* $*"
+               printf "* %s" "$*"
                tput sgr0
                echo
                )