Skip to content

Commit

Permalink
Fix shellcheck warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Aug 24, 2022
1 parent b21b1dc commit b501094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/run-docker.sh
Expand Up @@ -44,7 +44,7 @@ run() {
--volume "$(rustc --print sysroot)":/rust:ro \
--volume "$(pwd)":/checkout:ro \
--volume "$(pwd)"/target:/checkout/target \
$kvm \
"$kvm" \
--init \
--workdir /checkout \
libc \
Expand Down Expand Up @@ -76,7 +76,7 @@ build_switch() {
--volume "$(pwd)":/checkout:ro \
--volume "$(pwd)"/target:/checkout/target \
--volume ~/.rustup:/.rustup:Z \
$kvm \
"$kvm" \
--init \
--workdir /checkout \
libc \
Expand Down

0 comments on commit b501094

Please sign in to comment.