projects
/
libzstd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e1a73b
)
Use bash for test script portablitity
author
Kevin Murray
<spam@kdmurray.id.au>
Mon, 14 Nov 2016 00:54:32 +0000
(11:54 +1100)
committer
Alexandre Mestiashvili
<mestia@debian.org>
Wed, 2 May 2018 13:43:16 +0000
(14:43 +0100)
Gbp-Pq: Name 0006-Use-bash-for-test-script-portablitity.patch
tests/playTests.sh
patch
|
blob
|
history
diff --git
a/tests/playTests.sh
b/tests/playTests.sh
index 41d8263b6a674f9c0749a65620d5893b8b9e2fca..6ac49d64b26fded51cc3fbea31930990f8e1d29b 100755
(executable)
--- a/
tests/playTests.sh
+++ b/
tests/playTests.sh
@@
-1,4
+1,4
@@
-#!/bin/sh -e
+#!/bin/
ba
sh -e
die() {
$ECHO "$@" 1>&2