commit 6fb9dd9514014fb1628ed2e55b950bdc7474c4d9
parent 546fabbfa14f06a7e8d1d36e6ad0140ef6970247
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Mon, 19 Dec 2016 11:44:41 +0100
Missing 'fi' in shell script
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh
@@ -28,6 +28,7 @@ if "$1" = "--coverage"; then
--with-mint=$HOME/local \
--with-microhttpd=$HOME/local \
--enable-logging=verbose
+fi
make
make install
@@ -40,3 +41,4 @@ if "$1" = "--coverage"; then
lcov -d $TOP -c --no-external -o doc/coverage/coverage.info
lcov -r doc/coverage/coverage.info **/test_* -o doc/coverage/rcoverage.info
genhtml -o doc/coverage doc/coverage/rcoverage.info
+fi