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>
Tue, 21 Aug 2018 15:32:44 +0000 (16:32 +0100)
Gbp-Pq: Name 0006-Use-bash-for-test-script-portablitity.patch

tests/playTests.sh

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