Commit ca812bc
PGO update: Parse flags more correctly.
There is already a loop parsing the `--tolerate-no-profile-changes` flag.
Use it.
Without this CL, the `git status` command actually always runs, because
the `shift` in the earlier loop hides the argument from its view of `"$@"`.
PiperOrigin-RevId: 7754260521 parent aa52ddf commit ca812bc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments