Alexandre Oliva <[EMAIL PROTECTED]>:
> BTW, this won't work as expected if `configure' is generated on
> platforms that use CR+LF as line separators.  We should probably try
> to find some way that does the right thing even in such contexts.

how about
  IFS=`echo 'abc' | tr 'abc' '\040\011\012'`
--

Reply via email to