Commit eec407f
committed
Move the vacuous case outside the "ordinary" group
The vacuous case is ordinary, both in the specific relevant sense
of ordinary that there are no strange paths, and in the broader
sense that it is expected for overly sanitized environments
sometimes not to have any environment variables indicating where
program files directories are.
However, this is the simplest case, and calling it "ordinary" is
confusing. This moves it to be first, renames it, and removes the
now-obsolete comment.1 parent edc0f3c commit eec407f
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
| |||
88 | 93 | | |
89 | 94 | | |
90 | 95 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
| |||
0 commit comments