From: Kern Sibbald Date: Sat, 3 May 2014 08:49:56 +0000 (+0200) Subject: Attempt to fix FreeBSD echo/printf, bug #2048 X-Git-Tag: Release-7.0.3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98ce34128a37260039e68b7326573f242ad34deb;p=thirdparty%2Fbacula.git Attempt to fix FreeBSD echo/printf, bug #2048 --- diff --git a/bacula/autoconf/Make.common.in b/bacula/autoconf/Make.common.in index a9b7a7b29..7d9134084 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@