diff options
author | Karel Zak <kzak@redhat.com> | 2009-02-20 13:18:28 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-02-20 13:18:28 +0100 |
commit | fc3ea49e74cdb7bb568ae385a5c111452512aeec (patch) | |
tree | cf5c1264a3c676865d0ba076cfe077efb9276264 /fsck | |
parent | 22568e9a51e9ba3bf6863ac76cacfd0d754c9268 (diff) | |
download | util-linux-old-fc3ea49e74cdb7bb568ae385a5c111452512aeec.tar.gz |
fsck: remove \007 from warning message
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fsck')
-rw-r--r-- | fsck/fsck.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |