Make the -q option DTRT in the compat mode.
PR: 48210
This commit is contained in:
parent
3a8a0128c5
commit
77a7296c2f
@ -458,7 +458,7 @@ CompatMake (void *gnp, void *pgnp)
|
||||
* to tell him/her "yes".
|
||||
*/
|
||||
if (queryFlag) {
|
||||
exit (-1);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -866,6 +866,7 @@ main(int argc, char **argv)
|
||||
* well as initializing the module.
|
||||
*/
|
||||
Compat_Run(targs);
|
||||
outOfDate = 0;
|
||||
}
|
||||
Lst_Destroy(targs, NOFREE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user