Re: here-documents in ebuild Nikos Chantziaras wrote:
> Gah, more bugs. Actually, only the first line has an effect:
>
> command << EOF
> str1
> str2
> str3
> EOF
>
> Only str1 gets passed to command. str2 and str3 are totally ignored :S
Ignore that. It was a mistake on my part; it's working fine. |