Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!rutgers!ames!ucbcad!ucbvax!ucsfcgl!pixar!ph From: ph@pixar.UUCP (Paul Heckbert) Newsgroups: comp.graphics Subject: Re: Amgia World Ray-tracing article... Message-ID: <711@pixar.UUCP> Date: Fri, 1-May-87 19:18:25 EDT Article-I.D.: pixar.711 Posted: Fri May 1 19:18:25 1987 Date-Received: Sun, 3-May-87 05:12:16 EDT References: <629@puff.WISC.EDU> <448@applix.UUCP> <2948@well.UUCP> <703@pixar.UUCP> Distribution: comp Organization: Pixar -- Marin County, California Lines: 17 Keywords: stochastic news Summary: small bug fix If you had any trouble compiling or running the stochastic rumor generator I recently posted here, try the following bug fix: I should have quoted my shar file end-of-input tokens, i.e. cat <<'EOF14363' >pixar.code instead of cat <pixar.code As explained in sh(1), the quotes cause all input to be literal. Without the quotes, a '\\' became '\' on line 113 of code.c, and the first four lines of pixar.code were mangled from CODE INTRO\BODY\BODY\CONCLUSION\ % INTRO into something else.