This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 331c43cbccc2d0af957cc60513ff8dcb04595439 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Apr 6 09:18:59 2017 +0200 bin/build-osx-package: use PATH-based search for bash. --- bin/build-osx-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-osx-package b/bin/build-osx-package index 096db91..3fdffc1 100755 --- a/bin/build-osx-package +++ b/bin/build-osx-package @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2011-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2016 by Mihai Moldovan <ionic@ionic.de> -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git