Skip to content

Commit 098b805

Browse files
authored
Update comment about -E in launcher scripts (#25873)
#25867 (comment)
1 parent 5bb5c77 commit 098b805

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
1212
# `tools/maint/create_entry_points.py`
1313

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

em++

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# To make modifications to this file, edit `tools/maint/run_python_compiler.sh` and
1212
# then run `tools/maint/create_entry_points.py`
1313

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

emcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# To make modifications to this file, edit `tools/maint/run_python_compiler.sh` and
1212
# then run `tools/maint/create_entry_points.py`
1313

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

test/runner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
1212
# `tools/maint/create_entry_points.py`
1313

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

tools/maint/run_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
1212
# `tools/maint/create_entry_points.py`
1313

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

tools/maint/run_python_compiler.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# To make modifications to this file, edit `tools/maint/run_python_compiler.sh` and
1212
# then run `tools/maint/create_entry_points.py`
1313

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

0 commit comments

Comments
 (0)