]> err.no Git - util-linux/commitdiff
fsck: remove \007 from warning message
authorKarel Zak <kzak@redhat.com>
Fri, 20 Feb 2009 12:18:28 +0000 (13:18 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 20 Feb 2009 12:18:28 +0000 (13:18 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
fsck/fsck.c

index da5a2c85bd9d420798f306bf686d3cbbab83315b..2a8228d1c9b45dfb48983098f21eacd8a5f66323 100644 (file)
@@ -353,7 +353,7 @@ static void load_fs_info(const char *filename)
        fclose(f);
 
        if (old_fstab && filesys_info) {
-               fputs(_("\007\007\007"
+               fputs(_(
                "WARNING: Your /etc/fstab does not contain the fsck passno\n"
                "       field.  I will kludge around things for you, but you\n"
                "       should fix your /etc/fstab file as soon as you can.\n\n"), stderr);