On Mon, Dec 18, 2006 at 03:09:41AM -0500, Jeff King wrote: > - if test "z$name" != "z${name%'^{}'}" || > + if test "z$name" != "z${name%'^{\}'}" || Urgh, sorry, this is wrong. It should be: ${name%^{\}} IOW, the \ replaces the quote, not in addition to. -Peff - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html