projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1ca5ce
)
testwrapper.sh: Use /bin/sh instead of /bin/bash.
author
Sebastian Harl
<sh@tokkee.org>
Sat, 4 Jun 2016 17:11:57 +0000
(19:11 +0200)
committer
Sebastian Harl
<sh@tokkee.org>
Sat, 4 Jun 2016 17:11:57 +0000
(19:11 +0200)
We don't use any bashisms.
testwrapper.sh
patch
|
blob
|
history
diff --git
a/testwrapper.sh
b/testwrapper.sh
index
bec33c0
..
f8593a1
100755
(executable)
--- a/
testwrapper.sh
+++ b/
testwrapper.sh
@@
-1,4
+1,4
@@
-#! /bin/
ba
sh
+#! /bin/sh
#
# collectd -- testwrapper.sh
#