[Python-checkins] r52232 - python/branches/release24-maint/Mac/OSX/PythonLauncher/FileSettings.m

ronald.oussoren python-checkins at python.org
Sun Oct 8 19:43:31 CEST 2006


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" : " &"];
 }
 


More information about the Python-checkins mailing list