Commit f5723376 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Safer printf usage

parent d1182bb1
...@@ -79,7 +79,7 @@ makedistcheck () ( ...@@ -79,7 +79,7 @@ makedistcheck () (
failedtests () ( failedtests () (
for t in `grep '^FAIL: tests/' ${1} | sort -u | sed 's/.* //'` for t in `grep '^FAIL: tests/' ${1} | sort -u | sed 's/.* //'`
do do
printf "VTCGITREV ${t} " printf 'VTCGITREV %s ' "${t}"
( (
cd varnish-cache/bin/varnishtest/ cd varnish-cache/bin/varnishtest/
git log -n 1 ${t} | head -1 git log -n 1 ${t} | head -1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment