This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository devscripts.
commit 5f8be230ba16e9b9b308f971e05a34bbae50876a Author: Mattia Rizzolo <[email protected]> Date: Sat Nov 11 22:26:21 2017 +0100 t/debchange: use bash Signed-off-by: Mattia Rizzolo <[email protected]> --- test/test_debchange | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_debchange b/test/test_debchange index 79d64be..30280ca 100755 --- a/test/test_debchange +++ b/test/test_debchange @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright (C) 2012, Benjamin Drung <[email protected]> # -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
