{ # '?wafer' at the S prompt used to give errors because $C/find.doc # was missing. Since we're not at the prompt here, instead of # starting a new S and doing '?wafer', just make sure that $C/find.doc # exists and is executable. # bug 341, 9/5/91 pat, bill platform() == "DOS386" || is.executable("$SHOME/cmd/find.doc") }