On Wed, Feb 05, 2014 at 02:23:50PM -0500, Jeff King wrote: > 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. Also, this (and the other spot) should probably be using "printf" instead of echo for portability (i.e., the config variables might have backslashes in them). -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