From c0dfe9f63914c6dd9ce4c0e5777e4f469850b13b 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 09a7377..8e9fe44 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