Skip to content

Commit 70e8253

Browse files
committed
minor fix: quote path from which
1 parent 87b9768 commit 70e8253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cross-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ for last in "$@"; do :; done
66

77
docker_qemu="docker/qemu-arm-static"
88
rm -f ${docker_qemu}
9-
cp $(which qemu-arm-static) ${docker_qemu}
9+
cp "$(which qemu-arm-static)" ${docker_qemu}
1010
docker build -t rusty-engine:latest docker/
1111
rm ${docker_qemu}
1212

0 commit comments

Comments
 (0)