Use bash for test script portablitity
authorKevin Murray <spam@kdmurray.id.au>
Mon, 14 Nov 2016 00:54:32 +0000 (11:54 +1100)
committerÉtienne Mollier <etienne.mollier@mailoo.org>
Mon, 1 Feb 2021 19:36:53 +0000 (19:36 +0000)
Gbp-Pq: Name 0006-Use-bash-for-test-script-portablitity.patch

tests/playTests.sh

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