Jeff King <peff@xxxxxxxx> writes: > Yeah. Doing: > > eval '$browser_cmd' > > will do the whitespace-breaking we want, but it won't interpret actual > shell magic characters, which we need in order to be compatible with > other parts of git (which typically use "sh -c ..."). E.g.: > > foo=worked > browser_cmd='echo $foo' Yikes, I forgot that we do that. You are right. -- 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