This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit d2f14b48d1eae3e44f37eceaccb1eff9ffdb6b4e Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Apr 6 09:20:30 2017 +0200 bin/build-osx-package: use greadlink instead of readlink. --- 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 3fdffc1..27bbb79 100755 --- a/bin/build-osx-package +++ b/bin/build-osx-package @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -typeset script_path="$(dirname "$(readlink -e "${BASH_SOURCE}")")" +typeset script_path="$(dirname "$(greadlink -e "${BASH_SOURCE}")")" . "${script_path}/common.sh" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git