Commit 00ee967
committed
Fix Windows $PATH overrides in powershell, and simplify en route
We didn't use this var previously since it wasn't set until the
recent-ish PHP scandir changes, but it's definitely better to just pass
the path explicitly rather than trying to detect it.
Haven't changed Linux just to avoid churn because it's a little
complicated to confirm the equivalent and test every possible case, but
we absolutely could if we ever have issues with the current setup there.1 parent 3c9452c commit 00ee967
2 files changed
+2
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 6 | + | |
11 | 7 | | |
12 | 8 | | |
13 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 6 | + | |
11 | 7 | | |
12 | 8 | | |
13 | 9 | | |
| |||
0 commit comments