Steffen Prohaska <prohaska@xxxxxx> writes: > From: Marius Storm-Olsen <mstormo_git@xxxxxxxxxxxxxxx> > > SIGPIPE isn't supported in MinGW. Shouldn't #ifdef be on SIGPIPE not on __MINGW32__? > @@ -100,9 +100,11 @@ int cmd_verify_tag(int argc, const char **argv, const char *prefix) > i++; > } > > +#ifndef __MINGW32__ > /* sometimes the program was terminated because this signal > * was received in the process of writing the gpg input: */ > signal(SIGPIPE, SIG_IGN); > +#endif -- 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