mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 23:09:44 -04:00
ci: Use dash when building depends in centos build
This commit is contained in:
parent
fa33236e77
commit
fafc55a489
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ if [ -z "$NO_DEPENDS" ]; then
|
||||||
# CentOS has problems building the depends if the config shell is not explicitly set
|
# 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
|
# (i.e. for libevent a Makefile with an empty SHELL variable is generated, leading to
|
||||||
# an error as the first command is executed)
|
# 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
|
else
|
||||||
SHELL_OPTS="CONFIG_SHELL="
|
SHELL_OPTS="CONFIG_SHELL="
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue