From 945b4bb51a9d6c5d8fe31f8ba1fa771ed95619b0 Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Thu, 12 Sep 2024 08:59:17 +0200 Subject: [PATCH] Makefile.am: fix shell typo [#2624] Signed-off-by: Jim Klimov --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 81e8bb6e3b..2a108bdda8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -607,7 +607,7 @@ install-win-bundle-thirdparty: echo " DLL->cgi $$D" 2>&1 ; \ ln -f '$(DESTDIR)/$(bindir)'/"`basename "$$D"`" ./ ; \ done ; \ - ) || exit + ) || exit ; \ ( if test x"$(libexecdir)" = x"$(bindir)" ; then exit 0 ; fi ; \ if test x"$(libexecdir)" = x"$(sbindir)" ; then exit 0 ; fi ; \ if test x"$(libexecdir)" = x"$(driverexecdir)" ; then exit 0 ; fi ; \ @@ -618,7 +618,7 @@ install-win-bundle-thirdparty: echo " DLL->libexec $$D" 2>&1 ; \ ln -f '$(DESTDIR)/$(bindir)'/"`basename "$$D"`" ./ ; \ done ; \ - ) || exit ; \ + ) || exit @echo "CHECKING if any executable files were installed to locations other than those covered by this recipe, so might not have needed DLLs bundled near them" >&2 ; \ relbindir="`echo './$(bindir)/' | sed 's,//*,/,g'`" ; \ relsbindir="`echo './$(sbindir)/' | sed 's,//*,/,g'`" ; \