From 5af60d002c0b708b169b76973424a33e7d0928dd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 31 Oct 2009 09:07:10 +0000 Subject: tests: avoid single backquote in echo It's not portable to FreeBSD 7.2 /bin/sh --- t/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/GNUmakefile b/t/GNUmakefile index 97f1f82..8c8ed84 100644 --- a/t/GNUmakefile +++ b/t/GNUmakefile @@ -82,7 +82,7 @@ $(deps): dep_bin = $(lastword $(subst +, ,$@)) $(deps): @which $(dep_bin) > $@.$(pid) 2>/dev/null || : @test -s $@.$(pid) || \ - { echo >&2 "E `$(dep_bin)' not found in PATH=$(PATH)"; exit 1; } + { echo >&2 "E '$(dep_bin)' not found in PATH=$(PATH)"; exit 1; } @mv $@.$(pid) $@ dep: $(deps) -- cgit v1.2.3-24-ge0c7