This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit a2166580216c9860f8a19306febe305beebdbde8 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 4 08:53:54 2019 +0200 t/keyids-complete.t: use bash. --- debian/changelog | 1 + t/keyids-complete.t | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 34b6762..1d9a572 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium top-level directory. * runtests: use more quotes and curly braces. * runtests: use spaces instead of tabs. + * t/keyids-complete.t: use bash. * debian/control: - Change maintainer to the mailing list. - Add the old package maintainer to the Uploaders field and myself. diff --git a/t/keyids-complete.t b/t/keyids-complete.t index dbaed57..93e7f6e 100755 --- a/t/keyids-complete.t +++ b/t/keyids-complete.t @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Makes sure every key in nwt-maintainers-gpg has an entry in the # keyids mapping file. set -e -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git