Skip to content

Commit cb06d9b

Browse files
committed
fixup
1 parent 6455a47 commit cb06d9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/run-docker.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ run() {
1818
--user "$(id -u)":"$(id -g)" \
1919
--rm \
2020
--init \
21-
--volume $HOME/.cargo:/cargo \
22-
$kvm \
21+
--volume "${HOME}/.cargo":/cargo \
22+
"${kvm}" \
2323
--env CARGO_HOME=/cargo \
2424
--volume "$(rustc --print sysroot)":/rust:ro \
2525
--volume "$(pwd)":/checkout:ro \
2626
--volume "$(pwd)"/target:/checkout/target \
2727
--env CARGO_TARGET_DIR=/checkout/target \
2828
--workdir /checkout \
2929
libc \
30-
ci/run.sh $1
30+
ci/run.sh "${1}"
3131
}
3232

3333
if [ -z "${1}" ]; then

0 commit comments

Comments
 (0)