Use bash for test script portablitity
authorKevin Murray <spam@kdmurray.id.au>
Mon, 14 Nov 2016 00:54:32 +0000 (11:54 +1100)
committerAlexandre Mestiashvili <alex@biotec.tu-dresden.de>
Thu, 21 Dec 2017 13:25:26 +0000 (13:25 +0000)
Gbp-Pq: Name 0006-Use-bash-for-test-script-portablitity.patch

tests/playTests.sh

index c93c58fe8d58814d2cac8d16cbaeec7d89fb6747..4b99b611f45292f478e5daf9294b1591d083fd4c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/bash -e
 
 die() {
     $ECHO "$@" 1>&2