It seems some don't care for the anchient joke. Add WITHOUT_OLD_JOKE
to your CFLAGS if you fall into this camp.
This commit is contained in:
parent
62d1b85d68
commit
8571c9adeb
@ -1267,9 +1267,11 @@ Job_CheckCommands(GNode *gn, void (*abortProc)(const char *, ...))
|
||||
fflush(stdout);
|
||||
return (FALSE);
|
||||
} else {
|
||||
#ifndef WITHOUT_OLD_JOKE
|
||||
if (strcmp(gn->name,"love") == 0)
|
||||
(*abortProc)("Not war.");
|
||||
else
|
||||
#endif
|
||||
(*abortProc)("%s %s. Stop",
|
||||
msg, gn->name);
|
||||
return (FALSE);
|
||||
|
Loading…
Reference in New Issue
Block a user