Skip to content

Commit d00be66

Browse files
xbjfkDorianNiemiecSVRJS
authored andcommitted
ci: add quotes to URL in install-musl.sh script
This silences shellcheck warnings (backport <rust-lang#4443>) (cherry picked from commit 60f7b3d)
1 parent 658a5f5 commit d00be66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-musl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ esac
1313
musl="musl-${musl_version}"
1414

1515
# Download, configure, build, and install musl:
16-
curl --retry 5 https://www.musl-libc.org/releases/${musl}.tar.gz | tar xzf -
16+
curl --retry 5 "https://www.musl-libc.org/releases/${musl}.tar.gz" | tar xzf -
1717

1818
cd "$musl"
1919
case ${1} in

0 commit comments

Comments
 (0)