This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit c3b6f7e3874805a2327cf02e450b2489d2245691 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jul 12 16:22:07 2019 +0200 configure.ac: don't duplicate strings, avoid backticks for command substitution. --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3fd2185..9801f21 100644 --- a/configure.ac +++ b/configure.ac @@ -78,9 +78,10 @@ dnl --------------------------------------------------------------------------- dnl - Show summary dnl --------------------------------------------------------------------------- +P="libx2goclient ${VERSION}" echo " -libx2goclient $VERSION -`echo libx2goclient $VERSION | sed "s/./=/g"` +${P} +$(echo "${P}" | sed 's/./=/g') prefix: ${prefix} exec_prefix: ${exec_prefix} -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git