Message79600
The attached patch is for sysmodule.c, it contains two changes:
1. The check whether stdin is a directory is rewritten without using
fstat(), which doesn't exist under CE.
2. Replacing sys.argv[0] with the full path is skipped, CE doesn't have
a current working dir or paths relative to it, so it must already be an
absolute path. |
|
Date |
User |
Action |
Args |
2009-01-11 16:10:06 | eckhardt | set | recipients:
+ eckhardt |
2009-01-11 16:10:05 | eckhardt | set | messageid: <1231690205.83.0.284199772738.issue4915@psf.upfronthosting.co.za> |
2009-01-11 16:10:05 | eckhardt | link | issue4915 messages |
2009-01-11 16:10:04 | eckhardt | create | |
|