]> granicus.if.org Git - postgresql/commit
plpython: Fix sed expression in python3 build
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 29 Nov 2011 04:39:05 +0000 (06:39 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 29 Nov 2011 04:39:05 +0000 (06:39 +0200)
commit04e5cb629b5c46462eee334f68d5ea12bc9097e0
tree25da416fd6ec28da61635e2d440713e6bab14f30
parentcc534f8b3c8939bb1086036da0cc4bb6c8b7b964
plpython: Fix sed expression in python3 build

The old expression sed 's,$(srcdir),python3,' would normally resolve
as sed 's,.,python3,', which is not really what we wanted.  While it
doesn't actually break anything right now, it's still wrong, so put in
a bit more work to make it more robust.
src/pl/plpython/Makefile