We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e304e2 commit 216c78dCopy full SHA for 216c78d
ports/zephyr-cp/cptools/cpbuild.py
@@ -150,7 +150,7 @@ async def run_command(
150
# When on windows, use a responsefile if the command string is >= 8192
151
if os.name == "nt" and len(command_string) >= 8192:
152
responsefile.write_text("\n".join(command[1:]))
153
- command_string = f"{command[0]}@{responsefile.name}"
+ command_string = f"{command[0]} @{responsefile.name}"
154
else:
155
command_string = command
156
0 commit comments