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.
2 parents 3800933 + 7c30ba1 commit 0f973bdCopy full SHA for 0f973bd
miri
@@ -59,7 +59,7 @@ if [ -z "$AUTO_OPS" ]; then
59
# Run this first, so that the toolchain doesn't change after
60
# other code has run.
61
if [ -f "$MIRIDIR/.auto-everything" ] || [ -f "$MIRIDIR/.auto-toolchain" ] ; then
62
- "$MIRIDIR"/rustup-toolchain
+ (cd "$MIRIDIR" && ./rustup-toolchain)
63
fi
64
65
if [ -f "$MIRIDIR/.auto-everything" ] || [ -f "$MIRIDIR/.auto-fmt" ] ; then
0 commit comments