This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 12acfcc5ccbb6d0a566eaf16b69aab2f33d68154 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Jan 28 17:37:15 2015 +0100 bin/build-all-deb-packages: fix shebang. --- bin/build-all-deb-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-all-deb-packages b/bin/build-all-deb-packages index 76468eb..1e3b6bb 100755 --- a/bin/build-all-deb-packages +++ b/bin/build-all-deb-packages @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash # Copyright (C) 2011 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git