fix auto-toolchain pwd
This commit is contained in:
parent
3800933ff0
commit
7c30ba183c
2
miri
2
miri
@ -59,7 +59,7 @@ if [ -z "$AUTO_OPS" ]; then
|
|||||||
# Run this first, so that the toolchain doesn't change after
|
# Run this first, so that the toolchain doesn't change after
|
||||||
# other code has run.
|
# other code has run.
|
||||||
if [ -f "$MIRIDIR/.auto-everything" ] || [ -f "$MIRIDIR/.auto-toolchain" ] ; then
|
if [ -f "$MIRIDIR/.auto-everything" ] || [ -f "$MIRIDIR/.auto-toolchain" ] ; then
|
||||||
"$MIRIDIR"/rustup-toolchain
|
(cd "$MIRIDIR" && ./rustup-toolchain)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "$MIRIDIR/.auto-everything" ] || [ -f "$MIRIDIR/.auto-fmt" ] ; then
|
if [ -f "$MIRIDIR/.auto-everything" ] || [ -f "$MIRIDIR/.auto-fmt" ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user