[Swift-user] Argument list to long

jon.monette at gmail.com jon.monette at gmail.com
Sun Oct 17 14:53:54 CDT 2010


What is the difference between ${CMDARGS[*]} and ${CMDARGS[@]}
Sent on the Sprint® Now Network from my BlackBerry®

-----Original Message-----
From: Mihael Hategan <hategan at mcs.anl.gov>
Date: Sun, 17 Oct 2010 12:45:14 
To: Jonathan Monette<jon.monette at gmail.com>
Cc: Justin M Wozniak<wozniak at mcs.anl.gov>; <swift-user at ci.uchicago.edu>
Subject: Re: [Swift-user] Argument list to long

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