RE: kitgen report
"Virden, Larry W." <[email protected]>
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
/bin/sh on solaris is a Bourne shell. However, /bin/ksh or /bin/bash would provide additional functionality if people prefered to use those... -- <URL: http://wiki.tcl.tk/ > Even if explicitly stated to the contrary, nothing in this posting should be construed as representing my employer's opinions. <URL: mailto:[email protected] > <URL: http://www.purl.org/NET/lvirden/ > -----Original Message----- 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