taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit cbe95f914d97eace56c4ac5678bf0157a7444853
parent 3ab39378333e5a5a3e34d7b777f4285097ea4e7a
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon, 19 Dec 2016 15:19:35 +0100

Missing 'fi' in shell script

Diffstat:
Mtaler-build/update_exchange.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh @@ -24,6 +24,8 @@ else --with-microhttpd=$HOME/local \ --prefix=$HOME/local --with-gnunet=$HOME/local \ --enable-logging=verbose +fi + make make install