From 7201a233de666d515f8d073bfb22cae68fe95a9b Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 12 Mar 2009 09:26:48 +0000 Subject: [PATCH] ebl fix bash over sh shortcut git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8519 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/autoconf/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 2.39.5