]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix bash over sh shortcut
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 12 Mar 2009 09:26:48 +0000 (09:26 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 12 Mar 2009 09:26:48 +0000 (09:26 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8519 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/configure.in

index 519ae7346efbeeef611c92a8e8dfae6caba81709..5b64a3cbafca8f6df54cd1601983f1b6a2622b9e 100644 (file)
@@ -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`