Make the -q option DTRT in the compat mode.

PR:	48210
This commit is contained in:
ru 2003-10-03 21:33:39 +00:00
parent 3a8a0128c5
commit 77a7296c2f
2 changed files with 2 additions and 1 deletions

View File

@ -458,7 +458,7 @@ CompatMake (void *gnp, void *pgnp)
* to tell him/her "yes".
*/
if (queryFlag) {
exit (-1);
exit (1);
}
/*

View File

@ -866,6 +866,7 @@ main(int argc, char **argv)
* well as initializing the module.
*/
Compat_Run(targs);
outOfDate = 0;
}
Lst_Destroy(targs, NOFREE);
}