From: Sebastian Harl Date: Sat, 4 Jun 2016 17:11:57 +0000 (+0200) Subject: testwrapper.sh: Use /bin/sh instead of /bin/bash. X-Git-Tag: collectd-5.6.0~242 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=9d0f2b090ebdbe151360ba69e05d9c60c0930ac7 testwrapper.sh: Use /bin/sh instead of /bin/bash. We don't use any bashisms. --- diff --git a/testwrapper.sh b/testwrapper.sh index bec33c06..f8593a11 100755 --- a/testwrapper.sh +++ b/testwrapper.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh # # collectd -- testwrapper.sh #