From 98ce34128a37260039e68b7326573f242ad34deb Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 3 May 2014 10:49:56 +0200 Subject: [PATCH] Attempt to fix FreeBSD echo/printf, bug #2048 --- bacula/autoconf/Make.common.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/autoconf/Make.common.in b/bacula/autoconf/Make.common.in index a9b7a7b29b..7d9134084c 100644 --- a/bacula/autoconf/Make.common.in +++ b/bacula/autoconf/Make.common.in @@ -61,7 +61,7 @@ RMF = $(RM) -f CP = @CP@ SED = @SED@ AWK = @AWK@ -ECHO = @ECHO@ +ECHO = ${ECHO:-/bin/echo} CMP = @CMP@ TBL = @TBL@ AR = @AR@ -- 2.39.5