This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit aec9cace8a8ff30abd1b9695263c6e082d0a4cc9 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Feb 16 03:20:15 2015 +0100 macbuild.sh: switch to BASH interpreter. --- debian/changelog | 1 + macbuild.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d7a68bc..6f93c2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -233,6 +233,7 @@ x2goclient (4.0.3.2-0x2go1) unstable; urgency=medium - Enable more debugging if needed: change -g flag to -g3 -ggdb3 -gdwarf-4. - Select stdlib on OS X based on the passed or default SDK value. - Fix TOP_DIR handling in macbuild.sh. + - Switch to BASH interpreter for macbuild.sh. -- X2Go Release Manager <git-admin@x2go.org> Thu, 19 Feb 2015 12:49:22 +0100 diff --git a/macbuild.sh b/macbuild.sh index 603088a..921b2a4 100755 --- a/macbuild.sh +++ b/macbuild.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash NAME="x2goclient" TOP_DIR="$(dirname "$0")" -- Alioth's /srv/git/code.x2go.org/x2goclient.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git