mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Small fix to ld_so_aix.in for 2.x
This commit is contained in:
parent
aabdceba51
commit
588bd847fb
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ fi
|
|||
# Default entry symbol for Python modules = init[modulename]
|
||||
# Can be overriden by providing a -e argument.
|
||||
if test -z "$entry"; then
|
||||
entry=PyInit_`echo $filename | sed "s/module.*//"`
|
||||
entry=init`echo $filename | sed "s/module.*//"`
|
||||
fi
|
||||
|
||||
#echo "ld_so_aix: Debug info section"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue