Skip to content

Commit fafc55a

Browse files
author
MarcoFalke
committed
ci: Use dash when building depends in centos build
1 parent fa33236 commit fafc55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/05_before_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if [ -z "$NO_DEPENDS" ]; then
5151
# CentOS has problems building the depends if the config shell is not explicitly set
5252
# (i.e. for libevent a Makefile with an empty SHELL variable is generated, leading to
5353
# an error as the first command is executed)
54-
SHELL_OPTS="LC_ALL=en_US.UTF-8 CONFIG_SHELL=/bin/bash"
54+
SHELL_OPTS="LC_ALL=en_US.UTF-8 CONFIG_SHELL=/bin/dash"
5555
else
5656
SHELL_OPTS="CONFIG_SHELL="
5757
fi

0 commit comments

Comments
 (0)