Skip to content

Commit 48ee986

Browse files
committed
fix freebsd
1 parent dfceee4 commit 48ee986

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ if [ "$QEMU" != "" ]; then
5454
--test main
5555
rm "${CARGO_TARGET_DIR}/${TARGET}"/debug/main-*.d
5656
cp "${CARGO_TARGET_DIR}/${TARGET}"/debug/main-* "${tmpdir}"/mount/libc-test
57-
echo "exec ${1}/libc-test" > "${tmpdir}/mount/run.sh"
57+
# shellcheck disable=SC2016
58+
echo 'exec $1/libc-test' > "${tmpdir}/mount/run.sh"
5859

5960
du -sh "${tmpdir}/mount"
6061
genext2fs \

0 commit comments

Comments
 (0)