Skip to content

Commit 9cd7538

Browse files
committed
Fix quoting issue for CONFIG_ARGS.
1 parent 4e7272f commit 9cd7538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/configure/pyconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ def _write_config_status() -> None:
12441244
# It can regenerate output files from their .in templates and re-run
12451245
# configure with --recheck.
12461246
1247-
CONFIG_ARGS='{config_args}'
1247+
CONFIG_ARGS="{config_args}"
12481248
12491249
for arg in "$@"; do
12501250
case "$arg" in

0 commit comments

Comments
 (0)