From: Kevin Murray Date: Mon, 14 Nov 2016 00:54:32 +0000 (+1100) Subject: Use bash for test script portablitity X-Git-Tag: archive/raspbian/1.3.4+dfsg-3+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f1fe23cb3d1cc2eab44207169e548c7769403d93;p=libzstd.git Use bash for test script portablitity Gbp-Pq: Name 0006-Use-bash-for-test-script-portablitity.patch --- 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