Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# To make modifications to this file, edit `tools/run_python.sh` and then run
# `tools/maint/create_entry_points.py`

# $_EM_PY -E does not ignore _PYTHON_SYSCONFIGDATA_NAME, an internal of cpython
# python -E does not ignore _PYTHON_SYSCONFIGDATA_NAME, an internal of cpython
# used in cross compilation via setup.py, so we unset it explicitly here.
unset _PYTHON_SYSCONFIGDATA_NAME

Expand Down
2 changes: 1 addition & 1 deletion em++
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# To make modifications to this file, edit `tools/maint/run_python_compiler.sh` and
# then run `tools/maint/create_entry_points.py`

# $_EM_PY -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
# python -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
# of cpython used in cross compilation via setup.py.
unset _PYTHON_SYSCONFIGDATA_NAME

Expand Down
2 changes: 1 addition & 1 deletion emcc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# To make modifications to this file, edit `tools/maint/run_python_compiler.sh` and
# then run `tools/maint/create_entry_points.py`

# $_EM_PY -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
# python -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
# of cpython used in cross compilation via setup.py.
unset _PYTHON_SYSCONFIGDATA_NAME

Expand Down
2 changes: 1 addition & 1 deletion test/runner
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# To make modifications to this file, edit `tools/run_python.sh` and then run
# `tools/maint/create_entry_points.py`

# $_EM_PY -E does not ignore _PYTHON_SYSCONFIGDATA_NAME, an internal of cpython
# python -E does not ignore _PYTHON_SYSCONFIGDATA_NAME, an internal of cpython
# used in cross compilation via setup.py, so we unset it explicitly here.
unset _PYTHON_SYSCONFIGDATA_NAME

Expand Down
2 changes: 1 addition & 1 deletion tools/maint/run_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# To make modifications to this file, edit `tools/run_python.sh` and then run
# `tools/maint/create_entry_points.py`

# $_EM_PY -E does not ignore _PYTHON_SYSCONFIGDATA_NAME, an internal of cpython
# python -E does not ignore _PYTHON_SYSCONFIGDATA_NAME, an internal of cpython
# used in cross compilation via setup.py, so we unset it explicitly here.
unset _PYTHON_SYSCONFIGDATA_NAME

Expand Down
2 changes: 1 addition & 1 deletion tools/maint/run_python_compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# To make modifications to this file, edit `tools/maint/run_python_compiler.sh` and
# then run `tools/maint/create_entry_points.py`

# $_EM_PY -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
# python -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
# of cpython used in cross compilation via setup.py.
unset _PYTHON_SYSCONFIGDATA_NAME

Expand Down