Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Error status of "repeat" (was Re: [PATCH] typeset: set $? on incidental error)



On Jan 26,  8:15pm, Bart Schaefer wrote:
}
}      if (htok)
}  	singsub(&tmp);
} -    count = atoi(tmp);
} +    count = mathevali(tmp);

What the heck does that singsub() accomplish there, anyway?  I can't find
any string to be passed to "repeat" that is changed in any way by passing
through singsub().



Messages sorted by: Reverse Date, Date, Thread, Author