This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit fe59c0b977f9b0b4986681de6b6cfa29b0eee776 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 4 10:33:13 2019 +0200 runtests: switch to bash. --- debian/changelog | 1 + runtests | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 437bf29..43bc15b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium * t/keyids-complete.t: more quotes. * runtests: use trap and explicit exit statement while switching to using the mktemp command. + * runtests: switch to bash. * debian/control: - Change maintainer to the mailing list. - Add the old package maintainer to the Uploaders field and myself. diff --git a/runtests b/runtests index 10cb4a9..ebb4d45 100755 --- a/runtests +++ b/runtests @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e fail="0" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git