Commit 6735820
committed
Fix file change detection in dotc & dotr scripts
`>&` 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.1 parent 068f42d commit 6735820
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments