From mboxrd@z Thu Jan 1 00:00:00 1970 From: mailings at hupie.com (Ferry Huberts) Date: Sun, 29 Jan 2012 16:29:30 +0100 Subject: [PATCH v2 2/2] tests: properly quote arguments to printf In-Reply-To: <1327850970-19221-1-git-send-email-mailings@hupie.com> References: <1327850970-19221-1-git-send-email-mailings@hupie.com> Message-ID: <1327850970-19221-2-git-send-email-mailings@hupie.com> From: Ferry Huberts v2: incorporate remarks of Lukas Signed-off-by: Ferry Huberts --- tests/setup.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/setup.sh b/tests/setup.sh index 18fae22..e3c6c17 100755 --- a/tests/setup.sh +++ b/tests/setup.sh @@ -22,7 +22,7 @@ mkrepo() { count=$2 dir=$PWD test -d "$name" && return - printf "Creating testrepo %s\n" $name + printf "Creating testrepo %s\n" "$name" mkdir -p "$name" cd "$name" git init -- 1.7.7.6