Hi, On Wed, 14 Feb 2007, Johannes Schindelin wrote: > diff --git a/builtin-config.c b/builtin-config.c > index 0f9051d..a42d251 100644 > --- a/builtin-config.c > +++ b/builtin-config.c > @@ -147,6 +152,8 @@ int cmd_config(int argc, const char **argv, const char *prefix) > } else { > die("$HOME not set"); > } > + else if (!strcmp(argv[1], "--system-wide")) { Ooops. There is a "}" missing before "else". Sorry, Dscho - 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