One question mark per question; everything else is just exaggerating.
reply() will output a '?', when printing the question along with [yn], so no need to have another here.
This commit is contained in:
parent
a45f4c6e2c
commit
08bb15b96f
@ -390,7 +390,7 @@ checkfilesys(char *filesys)
|
||||
*/
|
||||
if ((sblock.fs_flags & FS_SUJ) == FS_SUJ) {
|
||||
if ((sblock.fs_flags & FS_NEEDSFSCK) != FS_NEEDSFSCK && skipclean) {
|
||||
if (preen || reply("USE JOURNAL?")) {
|
||||
if (preen || reply("USE JOURNAL")) {
|
||||
if (suj_check(filesys) == 0) {
|
||||
printf("\n***** FILE SYSTEM MARKED CLEAN *****\n");
|
||||
if (chkdoreload(mntp) == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user