This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository maintenancescripts. commit ae1d0fe0b7fde526e86ebe1f557fb3689629f8a9 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Mar 9 01:52:35 2015 +0100 git/misc/setup-repository: typo fix, more curly braces. --- git/misc/setup-repository | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/misc/setup-repository b/git/misc/setup-repository index 6bcc76e..647d4a5 100755 --- a/git/misc/setup-repository +++ b/git/misc/setup-repository @@ -32,7 +32,7 @@ ${GIT} --bare init --shared ${GIT} config --add core.logallrefupdates true # Add the repository description -echo "$DESCRIPTION" >description +echo "${DESCRIPTION}" > description # Enable the hook scripts [ -f hooks/post-receive ] || { -- Alioth's /srv/git/code.x2go.org/maintenancescripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git