Commit 3d3c876a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

There are still systems out there where the shell

builtin echo doesn't understand -n ?

Really ?
parent 8b7413d6
......@@ -75,7 +75,7 @@ makedistcheck () (
failedtests () (
for t in `grep '^FAIL: tests/' ${1} | sort -u | sed 's/.* //'`
do
echo -n "VTCGITREV ${t} "
/bin/echo -n "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