[X2Go-Commits] [x2goclient] 03/09: macbuild.sh: switch to BASH interpreter.

git-admin at x2go.org git-admin at x2go.org
Mon Feb 16 04:15:30 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/cleanup
in repository x2goclient.

commit 9e9eabf7c142264825c768d6f6e091f899902cf7
Author: Mihai Moldovan <ionic at 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 528ba32..22f2db3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -207,6 +207,7 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; 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.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Thu, 27 Nov 2014 12:01:43 +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/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list