# # patch "git.cc" # from [d82e766ae0ad5cb94a3ca0a2d5f3d704b148adcd] # to [7e51be90828af3046f824215f24d86d47496bc77] # ======================================================================== --- git.cc d82e766ae0ad5cb94a3ca0a2d5f3d704b148adcd +++ git.cc 7e51be90828af3046f824215f24d86d47496bc77 @@ -153,7 +153,7 @@ string cmdline("(" + str + ") >" + tmpfile); L(F("Capturing cmd output: %s") % cmdline); - N(system(cmdline.c_str()), + N(system(cmdline.c_str()) == 0, F("git command %s failed") % str); fb.open(tmpfile.c_str(), ios::in); close(fd);