From: Ronald Oussoren Date: Sun, 8 Oct 2006 17:43:31 +0000 (+0000) Subject: Backport of missing part of r52229 X-Git-Tag: v2.4.4c1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dfc23dfd40a14f3229972c78574233a5c44f75f;p=thirdparty%2FPython%2Fcpython.git Backport of missing part of r52229 --- 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" : " &"]; }