projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e1222b
)
correct comment (and add newline at end)
author
Just van Rossum
<just@letterror.com>
Sat, 4 Jan 2003 16:26:26 +0000
(16:26 +0000)
committer
Just van Rossum
<just@letterror.com>
Sat, 4 Jan 2003 16:26:26 +0000
(16:26 +0000)
Mac/OSX/PythonLauncher/doscript.m
patch
|
blob
|
history
diff --git
a/Mac/OSX/PythonLauncher/doscript.m
b/Mac/OSX/PythonLauncher/doscript.m
index c2c5886ed1eafbac805513898c2f7135f553e80c..3e4e22393c04906f8983ec2878dea71d2d4cd0f0 100644
(file)
--- a/
Mac/OSX/PythonLauncher/doscript.m
+++ b/
Mac/OSX/PythonLauncher/doscript.m
@@
-100,7
+100,7
@@
doscript(const char *command)
goto bail;
}
- /* send the
event to the Finder
*/
+ /* send the
command event to Terminal.app
*/
err = AESend(&theAEvent, &theReply, kAEWaitReply,
kAENormalPriority, kAEDefaultTimeout, NULL, NULL);
@@
-115,4
+115,4
@@
bail:
AEDisposeDesc(&terminalAddress);
AEDisposeDesc(&theReply);
return err;
-}
\ No newline at end of file
+}