parent
f75fa78eca
commit
53a72c7b65
2 changed files with 4 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
VERSION := git-20151226
|
||||
VERSION := git-20151228
|
||||
|
||||
PREFIX := /usr/local
|
||||
MANPREFIX := $(PREFIX)/share/man
|
||||
|
|
3
util.c
3
util.c
|
@ -62,6 +62,9 @@ void error(int eval, int err, const char* fmt, ...)
|
|||
{
|
||||
va_list ap;
|
||||
|
||||
if (eval == 0 && options->quiet)
|
||||
return;
|
||||
|
||||
fflush(stdout);
|
||||
fprintf(stderr, "%s: ", progname);
|
||||
va_start(ap, fmt);
|
||||
|
|
Loading…
Add table
Reference in a new issue