[master] d1182bb printf as the portable echo -n

Nils Goroll nils.goroll at uplex.de
Wed Dec 7 15:39:05 CET 2016


commit d1182bb130e97b0fb01c2935b791b6c1d2892f70
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Dec 7 15:37:56 2016 +0100

    printf as the portable echo -n

diff --git a/tools/vtest.sh b/tools/vtest.sh
index 4aed61a..b284e35 100755
--- a/tools/vtest.sh
+++ b/tools/vtest.sh
@@ -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



More information about the varnish-commit mailing list