[X2Go-Commits] [buildscripts] 01/01: bin/build-osx-package: force-call bash as login shell to read ~/.profile.

git-admin at x2go.org git-admin at x2go.org
Thu Apr 6 09:38:03 CEST 2017


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

x2go pushed a commit to branch master
in repository buildscripts.

commit c2ffdc005fc47d9b5452f9c8b7a18fed0ff38d77
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Apr 6 09:37:58 2017 +0200

    bin/build-osx-package: force-call bash as login shell to read ~/.profile.
---
 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 bce69c0..046fc0a 100755
--- a/bin/build-osx-package
+++ b/bin/build-osx-package
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env bash -l
 
 # Copyright (C) 2011-2015 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 # Copyright (C) 2016-2017 by Mihai Moldovan <ionic at ionic.de>

--
Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git


More information about the x2go-commits mailing list