From 9d0f2b090ebdbe151360ba69e05d9c60c0930ac7 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 4 Jun 2016 19:11:57 +0200 Subject: [PATCH] testwrapper.sh: Use /bin/sh instead of /bin/bash. We don't use any bashisms. --- testwrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- 2.11.0