From: Karel Zak Date: Fri, 20 Feb 2009 12:18:28 +0000 (+0100) Subject: fsck: remove \007 from warning message X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc3ea49e74cdb7bb568ae385a5c111452512aeec;p=util-linux fsck: remove \007 from warning message Signed-off-by: Karel Zak --- diff --git a/fsck/fsck.c b/fsck/fsck.c index da5a2c85..2a8228d1 100644 --- a/fsck/fsck.c +++ b/fsck/fsck.c @@ -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);