- Notifications
You must be signed in to change notification settings - Fork5
Commit04e5cb6
committed
plpython: Fix sed expression in python3 build
The old expression sed 's,$(srcdir),python3,' would normally resolveas sed 's,.,python3,', which is not really what we wanted. While itdoesn't actually break anything right now, it's still wrong, so put ina bit more work to make it more robust.1 parentcc534f8 commit04e5cb6
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
| 134 | + | |
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
|
0 commit comments
Comments
(0)