We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa33236 commit fafc55aCopy full SHA for fafc55a
ci/test/05_before_script.sh
@@ -51,7 +51,7 @@ if [ -z "$NO_DEPENDS" ]; then
51
# CentOS has problems building the depends if the config shell is not explicitly set
52
# (i.e. for libevent a Makefile with an empty SHELL variable is generated, leading to
53
# an error as the first command is executed)
54
- SHELL_OPTS="LC_ALL=en_US.UTF-8 CONFIG_SHELL=/bin/bash"
+ SHELL_OPTS="LC_ALL=en_US.UTF-8 CONFIG_SHELL=/bin/dash"
55
else
56
SHELL_OPTS="CONFIG_SHELL="
57
fi
0 commit comments