]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport of missing part of r52229
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 8 Oct 2006 17:43:31 +0000 (17:43 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 8 Oct 2006 17:43:31 +0000 (17:43 +0000)
Mac/OSX/PythonLauncher/FileSettings.m

index 5722223498e29389b39e3d3c21551712fb6f813a..85c4a68882694d6575e7dcca50c5a1311cf2a14a 100755 (executable)
         tabs?" -t":"",
         others,
         [self _replaceSingleQuotes:script],
-        scriptargs,
+        scriptargs?scriptargs:@"",
         with_terminal? "&& echo Exit status: $? && exit 1" : " &"];
 }