View Single Post

   
  #10 (permalink)  
Old 04-15-2008, 08:31 PM
Nikos Chantziaras
 
Posts: n/a
Default 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.
Reply With Quote