the repository which powers this website
tests: properly quote arguments to printf
v2: incorporate remarks of Lukas Signed-off-by: Ferry Huberts <[email protected]>
Ferry Huberts 2012-03-18
parent f8492f7 · commit 561959c
-rwxr-xr-xtests/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/setup.sh b/tests/setup.sh
index f5774e32..651f9400 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