[Swift-devel] Q about wrapper.sh
    Mihael Hategan 
    hategan at mcs.anl.gov
       
    Thu Oct 30 18:52:58 CDT 2008
    
    
  
On Thu, 2008-10-30 at 18:47 -0500, Zhao Zhang wrote:
> is that in vdl-int.k? 
seems so. But also in wrapper.sh.
> if this is the case, I could manage it myself, I 
> think.
see flatten() around line 50.
Change 
  for(i, butLast(...), if(isList(i) flatten(i) i), "|") last(...)
to 
  for(i, butLast(...), if(isList(i) flatten(i) i),
"<separatorOfYourChoice>") last(...)
    
    
More information about the Swift-devel
mailing list