Skip to content

Commit 6f88ed4

Browse files
committed
Fix syntax error
1 parent 6b6f103 commit 6f88ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/build-musl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pushd musl-${MUSL_VERSION}
1818
# added reallocarray(), which gets used by at least OpenSSL.
1919
# Here, we disable this single function so as to not introduce
2020
# symbol dependencies on clients using an older musl version.
21-
if [ "${MUSL_VERSION}" = "1.2.2"]; then
21+
if [ "${MUSL_VERSION}" = "1.2.2" ]; then
2222
patch -p1 <<EOF
2323
diff --git a/include/stdlib.h b/include/stdlib.h
2424
index b54a051f..194c2033 100644

0 commit comments

Comments
 (0)