On 30 Jul 2005, at 13:58, Dave Vasilevsky wrote:

The new algorithm doesn't remove all leading whitespace. It removes from each line a *maximum* of whitespace characters as are on the first line of that block. So if I do:

Info2: <<
  PatchScript: <<
    #!/bin/sh
    echo <<END > somefile
    foo
        bar
iggy
      blah
    END
  <<
<<

Then afterwards somefile contains:

foo
    bar
iggy
  blah

Sorry for my misunderstanding.
I see no problems then.

Best,

Jean-François


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to