From 9959dc5d757de4fd202fc96cde31b2241a6d57ce Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 25 Oct 2022 14:56:41 -0300 Subject: [PATCH] run-tests.sh requires /bin/bash, not /bin/sh (reported in #9) --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index cd428ed5c..f94e90136 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # Copyright (C) 2018 Igara Studio S.A. # Copyright (C) 2018 David Capello