This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository maintenancescripts. commit a7c785d2372bb665362a4e4d2ed2c4d1b2d70fe9 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Mar 9 01:56:14 2015 +0100 git/misc/update-repository-posixacls: play it safe, use bash. --- git/misc/update-repository-posixacls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/misc/update-repository-posixacls b/git/misc/update-repository-posixacls index ae3c663..bed71e6 100755 --- a/git/misc/update-repository-posixacls +++ b/git/misc/update-repository-posixacls @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # This script is used to move ownership of certain repos files after setup # from x2go user to x2go-admin user -- Alioth's /srv/git/code.x2go.org/maintenancescripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git