Hi, On Tue, 9 Oct 2007, Gerrit Pape wrote: > @@ -189,7 +189,11 @@ int cmd_config(int argc, const char **argv, const char *prefix) > else if (!strcmp(argv[1], "--file") || !strcmp(argv[1], "-f")) { > if (argc < 3) > usage(git_config_set_usage); > - setenv(CONFIG_ENVIRONMENT, argv[2], 1); > + if (argv[2][0] == '/') Please use is_absolute_path() instead. Ciao, 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