forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita98ad4f
committed
Fix unportable shell-script syntax in pg_upgrade's test.sh.
I discovered the hard way that on some old shells, the locution FOO="" unset FOOdoes not behave the same as FOO=""; unset FOOand in fact leaves FOO set to an empty string. test.sh was inconsistentlyspelling it different ways on adjacent lines.This got broken relatively recently, in commitc737a2e, so the lack offield reports to date doesn't represent a lot of evidence that the problemis rare.1 parent37e5b3d commita98ad4f
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
|
0 commit comments
Comments
(0)