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.3+dfsg-2+rpi1~1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=821dcd189fa0f256674921d46b2d068164f3286e;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 c93c58f..4b99b61 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/bash -e die() { $ECHO "$@" 1>&2