On Wed, Feb 05, 2014 at 01:08:57PM -0500, Jeff King wrote: > +quote() { > + echo "$1" | sed 's/\\/\\\\/g; s/"/\\"/' > +} This of course has the same "/g" bug as the earlier patch in the series. I was tempted to pull the function out into script/lib-c.sh, so that both can source it, but perhaps that is overkill. -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