Author: ronald.oussoren Date: Sun Oct 8 19:43:31 2006 New Revision: 52232 Modified: python/branches/release24-maint/Mac/OSX/PythonLauncher/FileSettings.m Log: Backport of missing part of r52229 Modified: python/branches/release24-maint/Mac/OSX/PythonLauncher/FileSettings.m ============================================================================== --- python/branches/release24-maint/Mac/OSX/PythonLauncher/FileSettings.m (original) +++ python/branches/release24-maint/Mac/OSX/PythonLauncher/FileSettings.m Sun Oct 8 19:43:31 2006 @@ -291,7 +291,7 @@ tabs?" -t":"", others, [self _replaceSingleQuotes:script], - scriptargs, + scriptargs?scriptargs:@"", with_terminal? "&& echo Exit status: $? && exit 1" : " &"]; }