This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 0e7ca874ec7fb2e155131eb240d587b3c1266e8e Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jul 12 16:35:22 2019 +0200 Makefile.am: avoid backticks. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0cc0608..6225f11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ MAINTAINERCLEANFILES = \ $(srcdir)/ltmain.sh \ $(srcdir)/missing \ $(srcdir)/mkinstalldirs \ - `find "$(srcdir)" -type f -name Makefile.in -print` \ + $$(find "$(srcdir)" -type f -name Makefile.in -print) \ $(srcdir)/configure \ $(srcdir)/gtk-doc.make \ $(srcdir)/m4/gtk-doc.m4 \ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git