Skip to content

Commit 2dfc23d

Browse files
Backport of missing part of r52229
1 parent 392cafb commit 2dfc23d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/OSX/PythonLauncher/FileSettings.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ - (NSString *)commandLineForScript: (NSString *)script
291291
tabs?" -t":"",
292292
others,
293293
[self _replaceSingleQuotes:script],
294-
scriptargs,
294+
scriptargs?scriptargs:@"",
295295
with_terminal? "&& echo Exit status: $? && exit 1" : " &"];
296296
}
297297

0 commit comments

Comments
 (0)