From mboxrd@z Thu Jan 1 00:00:00 1970 From: mailings at hupie.com (Ferry Huberts) Date: Sun, 18 Mar 2012 11:43:50 +0100 Subject: [PATCH v2 RESEND 2/2] tests: properly quote arguments to printf In-Reply-To: <1332067430-14837-1-git-send-email-mailings@hupie.com> References: <1332067430-14837-1-git-send-email-mailings@hupie.com> Message-ID: <1332067430-14837-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