Commits

Max Howell committed 4ddf8d79eb0
POSIX.argv0 Since argv[0] may be relative, we need to abspath it as soon as possible, which is what we do here. This works provided all access to chdir is via our POSIX module. Would be nice if we could enforce that without manual vetting…