don't bother resolving onbld python module deps
[unleashed.git] / bin / ksh / README
blobef542d4e28fcddc6aa45c0d633f593393334114d
1 $OpenBSD: README,v 1.16 2017/05/11 20:17:17 jmc Exp $
3 Last updated Jul '99 for pdksh-5.2.14.
5 PDksh is a mostly complete AT&T ksh look-alike (see NOTES file for a list
6 of things not supported).  Work is mostly finished to make it fully
7 compatible with both POSIX and AT&T ksh (when the two don't conflict).
9 PDksh was being maintained by Michael Rendell (michael@cs.mun.ca),
10 who took over from Simon J. Gerraty (sjg@zen.void.oz.au) at the latter's
11 suggestion.
13 Files of interest:
14         CONTRIBUTORS    short history of pdksh, people who contributed, etc.
15         NOTES           lists of known bugs in pdksh, at&t ksh, and posix.
16         PROJECTS        list of things that need to be done in pdksh.
17         LEGAL           A file detailing legal issues concerning pdksh.
20 BTW, THE MOST FREQUENTLY REPORTED BUG IS
21         echo hi | read a; echo $a       # Does not print hi
22 I'm aware of this and there is no need to report it.