Stefan Beller <sbel...@google.com> writes: > -module_list() > +module_list_shell() > { > eval "set $(git rev-parse --sq --prefix "$wt_prefix" -- "$@")" > ( > @@ -187,6 +187,29 @@ module_list() > ' > } > > +module_list() > +{ > + # call both the old and new code > + module_list_shell $@ >/u/git_submodule_module_list_shell > 2>/u/git_submodule_module_list_shell2 > + git submodule--helper --module_list $@ >/u/git_submodule_module_list > 2>/u/git_submodule_module_list2
You seem to be discarding the double-quote around $@ in both of these two places. Intended? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html