testwrapper.sh: Use /bin/sh instead of /bin/bash.
authorSebastian Harl <sh@tokkee.org>
Sat, 4 Jun 2016 17:11:57 +0000 (19:11 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 4 Jun 2016 17:11:57 +0000 (19:11 +0200)
We don't use any bashisms.

testwrapper.sh

index bec33c0..f8593a1 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
 #
 # collectd -- testwrapper.sh
 #
 #
 # collectd -- testwrapper.sh
 #