Use bash for test script portablitity
authorKevin Murray <spam@kdmurray.id.au>
Mon, 14 Nov 2016 00:54:32 +0000 (11:54 +1100)
committerSascha Steinbiss <satta@debian.org>
Sun, 15 Jan 2017 08:08:53 +0000 (08:08 +0000)
Gbp-Pq: Name 0006-Use-bash-for-test-script-portablitity.patch

tests/playTests.sh

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