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 <mestia@debian.org>
Thu, 3 Jan 2019 13:47:31 +0000 (13:47 +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