- Notifications
You must be signed in to change notification settings - Fork28
Commit986127e
committed
Avoid unportable shell syntax in pg_upgrade's test script.
Most of test.sh uses traditional backtick syntax for command substitution,but commitda9b580 introduced two uses of $(...) syntax, which is notrecognized by very old shells. Bring those into line with the rest.Victor WagnerDiscussion:https://postgr.es/m/20180720153820.69e9ae6c@fafnir.local.vm1 parent8f6ce7f commit986127e
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
237 |
| - | |
| 237 | + | |
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
245 |
| - | |
| 245 | + | |
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
|
0 commit comments
Comments
(0)