From 375358da23c081b4ca60790e161e55d03e478530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Wed, 26 Nov 2025 13:20:10 +0200 Subject: [PATCH] Update comment about -E in launcher scripts --- bootstrap | 2 +- em++ | 2 +- emcc | 2 +- test/runner | 2 +- tools/maint/run_python.sh | 2 +- tools/maint/run_python_compiler.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bootstrap b/bootstrap index 26334343d9eaa..7e507c13ba9c1 100755 --- a/bootstrap +++ b/bootstrap @@ -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 diff --git a/em++ b/em++ index bdbda2fbb9244..32a246021a805 100755 --- a/em++ +++ b/em++ @@ -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 diff --git a/emcc b/emcc index bdbda2fbb9244..32a246021a805 100755 --- a/emcc +++ b/emcc @@ -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 diff --git a/test/runner b/test/runner index 26334343d9eaa..7e507c13ba9c1 100755 --- a/test/runner +++ b/test/runner @@ -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 diff --git a/tools/maint/run_python.sh b/tools/maint/run_python.sh index 26334343d9eaa..7e507c13ba9c1 100755 --- a/tools/maint/run_python.sh +++ b/tools/maint/run_python.sh @@ -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 diff --git a/tools/maint/run_python_compiler.sh b/tools/maint/run_python_compiler.sh index bdbda2fbb9244..32a246021a805 100644 --- a/tools/maint/run_python_compiler.sh +++ b/tools/maint/run_python_compiler.sh @@ -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