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: https://git.sur5r.net/?a=commitdiff_plain;h=98ce34128a37260039e68b7326573f242ad34deb;p=bacula%2Fbacula Attempt to fix FreeBSD echo/printf, bug #2048 --- 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@