This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 8934f7e0eca95c0169a60e96481997e0f23d1abe Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jul 12 16:32:12 2019 +0200 configure.ac: drop sed usage, POSIX sh should be good enough. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9801f21..248af9b 100644 --- a/configure.ac +++ b/configure.ac @@ -81,7 +81,7 @@ dnl --------------------------------------------------------------------------- P="libx2goclient ${VERSION}" echo " ${P} -$(echo "${P}" | sed 's/./=/g') +${P//?/=} 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