Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > For some reason, the construct > > sh -c "$0 \"$@\"" <editor> <file> > > does not pick up quotes in <editor> as expected. So replace $0 with > <editor>. That's not "for some reason" but "I am asking shell to split", and sh -c '"$@"' ignoreme <editor> <files>... would work better ;-). -- 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