From 2dfc23dfd40a14f3229972c78574233a5c44f75f Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Sun, 8 Oct 2006 17:43:31 +0000 Subject: [PATCH] Backport of missing part of r52229 --- Mac/OSX/PythonLauncher/FileSettings.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/OSX/PythonLauncher/FileSettings.m b/Mac/OSX/PythonLauncher/FileSettings.m index 5722223498e2..85c4a6888269 100755 --- a/Mac/OSX/PythonLauncher/FileSettings.m +++ b/Mac/OSX/PythonLauncher/FileSettings.m @@ -291,7 +291,7 @@ tabs?" -t":"", others, [self _replaceSingleQuotes:script], - scriptargs, + scriptargs?scriptargs:@"", with_terminal? "&& echo Exit status: $? && exit 1" : " &"]; } -- 2.47.3