From f1fe23cb3d1cc2eab44207169e548c7769403d93 Mon Sep 17 00:00:00 2001 From: Kevin Murray Date: Mon, 14 Nov 2016 11:54:32 +1100 Subject: [PATCH] Use bash for test script portablitity Gbp-Pq: Name 0006-Use-bash-for-test-script-portablitity.patch --- tests/playTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playTests.sh b/tests/playTests.sh index 41d8263..6ac49d6 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/bash -e die() { $ECHO "$@" 1>&2 -- 2.30.2