From: Simon McVittie Date: Fri, 27 Nov 2015 11:50:57 +0000 (+0000) Subject: Fix shell syntax for installcheck-local with no DESTDIR X-Git-Tag: dbus-1.11.0~2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c0cd9aefd3074bb518e640aabada9aabb4cb313;p=thirdparty%2Fdbus.git Fix shell syntax for installcheck-local with no DESTDIR A closing brace must be preceded by a semicolon. The CI integration added later in this branch actually runs "make installcheck" with no DESTDIR; apparently nobody else has ever tried that. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=93194 Reviewed-by: Ralf Habacker --- diff --git a/test/Makefile.am b/test/Makefile.am index b7f40bb01..c7bdea223 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -294,7 +294,7 @@ if DBUS_ENABLE_INSTALLED_TESTS $(installcheck_environment) \ $(srcdir)/dbus-test-runner \ $(testexecdir) \ - $(testexec_PROGRAMS) } + $(testexec_PROGRAMS); } endif DBUS_ENABLE_INSTALLED_TESTS in_data = \