aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fsck_minix.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/fsck_minix.c')
-rw-r--r--util-linux/fsck_minix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c
index c0dda2f1f..a2ca7a566 100644
--- a/util-linux/fsck_minix.c
+++ b/util-linux/fsck_minix.c
@@ -1343,7 +1343,7 @@ int fsck_minix_main(int argc, char **argv)
1343 * flags and whether or not the -f switch was specified on the 1343 * flags and whether or not the -f switch was specified on the
1344 * command line. 1344 * command line.
1345 */ 1345 */
1346 printf("%s, %s\n", bb_applet_name, program_version); 1346 printf("%s, %s\n", applet_name, program_version);
1347 if (!(Super.s_state & MINIX_ERROR_FS) && 1347 if (!(Super.s_state & MINIX_ERROR_FS) &&
1348 (Super.s_state & MINIX_VALID_FS) && !force) { 1348 (Super.s_state & MINIX_VALID_FS) && !force) {
1349 if (repair) 1349 if (repair)