You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`>&` redirects both stdout and stderr, here we *need* `stdout` for the
test below but don't care about `stderr`: when
`dist-bootstrapped/target/pack/VERSION` doesn't exists, users don't
should't see the error from find.
Also testing for the existance of `$target` to rebuild dotty is obviously
a typo, we want to rebuild `$version` is not on disk.
0 commit comments