forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4d33a7f
committed
Fix Perl code which had broken the Windows build
The previous change wanted to avoid modifying $_ in grep, but the codejust made the change in a local variable and then lost it. Rewrite thecode using a separate map and grep, which is clearer anyway.Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>1 parenta6f22e8 commit4d33a7f
1 file changed
+3
-5
lines changedLines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
520 | 520 |
| |
521 | 521 |
| |
522 | 522 |
| |
523 |
| - | |
524 |
| - | |
525 |
| - | |
526 |
| - | |
527 |
| - | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
528 | 526 |
| |
529 | 527 |
| |
530 | 528 |
| |
|
0 commit comments
Comments
(0)