This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 18c6c9259b4509772c449bb872ba92c715b744d6 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Jun 23 04:27:19 2019 +0200 x2goserver/bin/x2gopath.in: switch to bash. --- debian/changelog | 1 + x2goserver/bin/x2gopath.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e7f396d..050a239 100644 --- a/debian/changelog +++ b/debian/changelog @@ -104,6 +104,7 @@ x2goserver (4.1.0.4-0x2go1.1) UNRELEASED; urgency=medium xsession}}}/Makefile: apply default-if-not-specified-logic to all the other Makefiles as well. - x2goserver/Makefile: add support for $(NXLIBDIR). + - x2goserver/bin/x2gopath.in: switch to bash. * debian/control: + Build-depend upon lsb-release for distro version detection. * debian/x2goserver.manpages: diff --git a/x2goserver/bin/x2gopath.in b/x2goserver/bin/x2gopath.in index 4b07f95..f8b2e47 100755 --- a/x2goserver/bin/x2gopath.in +++ b/x2goserver/bin/x2gopath.in @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org # Copyright (C) 2012-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git