[Swift-devel] Q about wrapper.sh

Zhao Zhang zhaozhang at uchicago.edu
Thu Oct 30 18:54:30 CDT 2008


ok, got it, I know in wrapper.sh there is IFS, which is "|"

zhao

Mihael Hategan wrote:
> 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