projects
/
libzstd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddba13e
)
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
Sascha 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
patch
|
blob
|
history
diff --git
a/tests/playTests.sh
b/tests/playTests.sh
index abde72c802ee464a99082f695d4092bbeb53b4c9..83c4642b2e71c5f3b6508ce5af3ec8e3f256f069 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