From bbcee8a4801905bec8469fb0f5def44456a7ad20 Mon Sep 17 00:00:00 2001 From: John Dennis Date: Sat, 21 Mar 2015 10:57:26 -0400 Subject: [PATCH] Fix build failures Fix a mistake in the documentation markup that prevented the doc from building, needed to reverse the order of two tags. Remove the $(PYTHON) from TESTS_ENVIRONMENT, it was causing python to be invoked passing /bin/sh to it as a script. License: MIT Signed-off-by: John Dennis --- bindings/python/tests/Makefile.am | 2 +- lasso/id-ff/server.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/python/tests/Makefile.am b/bindings/python/tests/Makefile.am index 05808979..205e7613 100644 --- a/bindings/python/tests/Makefile.am +++ b/bindings/python/tests/Makefile.am @@ -1,7 +1,7 @@ MAINTAINERCLEANFILES = Makefile.in TESTS = # -TESTS_ENVIRONMENT=TOP_SRCDIR=$(top_srcdir) $(PYTHON) +TESTS_ENVIRONMENT=TOP_SRCDIR=$(top_srcdir) if PYTHON_ENABLED TESTS += profiles_tests.py binding_tests.py diff --git a/lasso/id-ff/server.c b/lasso/id-ff/server.c index 400d2b4e..d56fc715 100644 --- a/lasso/id-ff/server.c +++ b/lasso/id-ff/server.c @@ -984,7 +984,7 @@ lasso_server_get_encryption_private_keys(LassoServer *server) * * * LASSO_DS_ERROR_CA_CERT_CHAIN_LOAD_FAILED if the @trusted_root file cannot be loaded, - * + * * */ lasso_error_t