We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b106195 commit 5c436a7Copy full SHA for 5c436a7
src/pl/plpython/Makefile
@@ -138,7 +138,7 @@ prep3:
138
-e "s/LANGUAGE plpython2u/LANGUAGE plpython3u/g" \
139
-e "s/EXTENSION plpythonu/EXTENSION plpython3u/g" \
140
-e "s/EXTENSION plpython2u/EXTENSION plpython3u/g" \
141
- $$file >`echo $$file | sed 's,$(srcdir),python3,'`; \
+ $$file >`echo $$file | sed 's,$(srcdir),python3,'` || exit; \
142
done
143
144
clean3:
0 commit comments