Re: kitgen report
Jean-Claude Wippler <[email protected]>
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
Tom Poindexter wrote: > Just guessing, is your /bin/sh a Bourne shell? Ksh and Bash > should have no problem dealing with > > export CFLAGS="" > > but Bourne usually needs those on two lines: > > CFLAGS="" > export CFLAGS I've adopted this for kitgen, the change is now in CVS. Thx. -jcw