X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git.c;h=e795ddb8106138920ad02793c4f4b787e05fb4f4;hb=af6e277c5eddbcf82582b4bbd3e50b36aa61a20a;hp=0fd95bf751cd5abfeb8a95f3b828adde4537dfde;hpb=112d0bafd620c0e0f10614a3ba021d4de4fae331;p=git.git diff --git a/git.c b/git.c index 0fd95bf7..e795ddb8 100644 --- a/git.c +++ b/git.c @@ -278,7 +278,7 @@ int main(int argc, char **argv, char **envp) if (*exec_path != '/') { if (!getcwd(git_command, sizeof(git_command))) { fprintf(stderr, - "git: cannot determine current directory"); + "git: cannot determine current directory\n"); exit(1); } len = strlen(git_command);