From fafc55a489d8f654dd7732b699c9bf51b5136b4b Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 1 Feb 2022 10:14:50 +0100 Subject: ci: Use dash when building depends in centos build --- ci/test/05_before_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/test/05_before_script.sh b/ci/test/05_before_script.sh index 4feff4edda..1d67355d27 100755 --- a/ci/test/05_before_script.sh +++ b/ci/test/05_before_script.sh @@ -51,7 +51,7 @@ if [ -z "$NO_DEPENDS" ]; then # CentOS has problems building the depends if the config shell is not explicitly set # (i.e. for libevent a Makefile with an empty SHELL variable is generated, leading to # an error as the first command is executed) - SHELL_OPTS="LC_ALL=en_US.UTF-8 CONFIG_SHELL=/bin/bash" + SHELL_OPTS="LC_ALL=en_US.UTF-8 CONFIG_SHELL=/bin/dash" else SHELL_OPTS="CONFIG_SHELL=" fi -- cgit v1.2.3