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 a7d10fc commit 4d5a8c5Copy full SHA for 4d5a8c5
docker/build_scripts/install-entrypoint.sh
@@ -4,7 +4,7 @@
4
# - install bash on Alpine as most scripts require it
5
6
# Stop at any error, show all commands
7
-set -exuo
+set -exu
8
9
# Set build environment variables
10
MY_DIR=$(dirname "$0")
@@ -20,7 +20,7 @@ if [ "${AUDITWHEEL_PLAT}" = "manylinux2010_i686" ] || [ "${AUDITWHEEL_PLAT}" = "
20
# the following script takes care of cleaning-up some things
21
# and since it's also needed in the finalize step, everything's
22
# centralized in this script to avoid code duplication
23
- LC_ALL=C "${MY_DIR}"/update-system-packages.sh
+ LC_ALL=C "${MY_DIR}/update-system-packages.sh"
24
fi
25
26
if [ "${AUDITWHEEL_POLICY}" = "musllinux_1_1" ]; then
0 commit comments