tests: properly quote arguments to printf

v2: incorporate remarks of Lukas

Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
This commit is contained in:
Ferry Huberts 2012-03-18 11:43:50 +01:00 committed by Lars Hjemli
부모 f8492f79a3
커밋 561959cffa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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