[Swift-user] Argument list to long
Mihael Hategan
hategan at mcs.anl.gov
Sun Oct 17 14:45:14 CDT 2010
Swift r3684.
Essentially it was this:
- CMDARGS=("${CMDARGS[*]}" "$line")
+ CMDARGS=("${CMDARGS[@]}" "$line")
Mihael
On Sun, 2010-10-10 at 22:27 -0500, Jonathan Monette wrote:
> Attached is the info and parameter file for one of the invocations.
> Here is the app procedure.
>
>
> app ( Image proj_img ) mProject( Image raw_img, MosaicData hdr )
> {
> mProject "-X" @raw_img @proj_img @hdr;
> }
>
>
> On 10/10/2010 10:26 PM, Mihael Hategan wrote:
> > On Sun, 2010-10-10 at 20:24 -0700, Mihael Hategan wrote:
> >> I can't reproduce this.
> >>
> >> Can you paste the parameter file and info files (if you have those) from
> >> this invocation?
> >>
> >> Also, has the swift script changed since you last mentioned it?
> > Actually that's not what you last sent. So can you paste the swift code
> > for the app procedure for mProject?
> >
>
More information about the Swift-user
mailing list