Skip to content

Commit a89f9de

Browse files
jckarterSteelskin
authored andcommitted
Merge pull request #82028 from Steelskin/fabrice/line-directive-stop-expanding-response-files
line-directive: Actually stop expanding response files
1 parent c4a2e68 commit a89f9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/line-directive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ def run():
680680
# delegates to the Win32 CreateProcess API. Unix systems handle
681681
# non-normalized paths, so don't have this problem.
682682
# Arguments passed to the process are normalized by the process.
683-
command_args = expand_response_files(sys.argv[dashes + 1:])
683+
command_args = sys.argv[dashes + 1:]
684684
command_args[0] = os.path.normpath(command_args[0])
685685

686686
try:

0 commit comments

Comments
 (0)