Commit eed5153
make psperl work on non-english windowses
The problem is that
(Get-CimInstance Win32_OperatingSystem).OSArchitecture returns
"64-bitowy" on a polish Windows.
Instead of doing an exact string comparison, let's just check
whether the returned value contains "64" or "32".1 parent a62d600 commit eed5153
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments