Commit d1182bb1 authored by Nils Goroll's avatar Nils Goroll

printf as the portable echo -n

parent 531ecb40
......@@ -79,7 +79,7 @@ makedistcheck () (
failedtests () (
for t in `grep '^FAIL: tests/' ${1} | sort -u | sed 's/.* //'`
do
/bin/echo -n "VTCGITREV ${t} "
printf "VTCGITREV ${t} "
(
cd varnish-cache/bin/varnishtest/
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