From: Eric Bollengier Date: Thu, 12 Mar 2009 09:26:48 +0000 (+0000) Subject: ebl fix bash over sh shortcut X-Git-Tag: Release-3.0.0~173 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7201a233de666d515f8d073bfb22cae68fe95a9b;p=bacula%2Fbacula ebl fix bash over sh shortcut git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8519 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 519ae7346e..5b64a3cbaf 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -34,7 +34,7 @@ post_host= if test "x$BACULA" != x; then post_host=`echo -${BACULA} | tr 'A-Z ' 'a-z-'` fi -BACULA=${BACULA-Bacula} +BACULA=${BACULA:-Bacula} VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` DATE=`sed -n -e 's/^.*[ \t]*BDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` LSMDATE=`sed -n -e 's/^.*LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`