On Fri, Jan 18, 2013 at 7:02 AM, Andreas Schwab <[email protected]> wrote: > Brandon Casey <[email protected]> writes: > >> + array[$(($#array+1))]="$c" > > You don't need $(( )) since the array index is already evaluated as an > arithmethic expression.
Ah, I didn't know that. Thanks. I think Junio will probably fix this up if he thinks it's worth it, but I can resubmit if necessary. -Brandon -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

