]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fsck: fix fsck -C {fd} parsing
authorStanislav Brabec <sbrabec@suse.cz>
Tue, 24 Mar 2015 20:01:10 +0000 (21:01 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 29 Apr 2015 10:24:17 +0000 (12:24 +0200)
commit902e1d727e2c2ad5128c25bbbd8680431652e842
tree5bbda3018e09ecdfdbce65f194f1f8929f94eea7
parentaf4ca160807317390f4942cb5353ea1240684ea8
fsck: fix fsck -C {fd} parsing

Both fsck(8) and fsck --help documents progress bar redirection as
-C {fd}

This did not work, and only -C{fd} and "-C {fd}" worked.

Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/fsck.c