We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfceee4 commit 48ee986Copy full SHA for 48ee986
ci/run.sh
@@ -54,7 +54,8 @@ if [ "$QEMU" != "" ]; then
54
--test main
55
rm "${CARGO_TARGET_DIR}/${TARGET}"/debug/main-*.d
56
cp "${CARGO_TARGET_DIR}/${TARGET}"/debug/main-* "${tmpdir}"/mount/libc-test
57
- echo "exec ${1}/libc-test" > "${tmpdir}/mount/run.sh"
+ # shellcheck disable=SC2016
58
+ echo 'exec $1/libc-test' > "${tmpdir}/mount/run.sh"
59
60
du -sh "${tmpdir}/mount"
61
genext2fs \
0 commit comments