Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit04e5cb6

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/pl/plpython/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ prep3:
131131
-e"s/LANGUAGE plpython2u/LANGUAGE plpython3u/g"\
132132
-e"s/EXTENSION plpythonu/EXTENSION plpython3u/g"\
133133
-e"s/EXTENSION plpython2u/EXTENSION plpython3u/g"\
134-
$$file>`echo$$file| sed's,$(srcdir),python3,'`||exit;\
134+
$$file>`echo$$file| sed's,^.*\(/[^/][^/]*/[^/][^/]*\)$$,python3\1,'`||exit;\
135135
done
136136

137137
clean3:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp