From: Kern Sibbald Date: Wed, 6 Aug 2014 14:50:18 +0000 (+0200) Subject: Fix recursive echo bug #2088 X-Git-Tag: Release-7.2.0~142 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a545a067b0ae0bdc5ba0da8f166b6b3b81a9ed82;p=bacula%2Fbacula Fix recursive echo bug #2088 --- diff --git a/bacula/autoconf/Make.common.in b/bacula/autoconf/Make.common.in index 7d9134084c..035fe8d7a7 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:-/bin/echo} +ECHO = /bin/echo CMP = @CMP@ TBL = @TBL@ AR = @AR@