]> 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, 25 Mar 2015 08:26:23 +0000 (09:26 +0100)
commitd1bba731c6ca1918d03f2a8c144b51f9a8607fda
tree278ada050125258e2940c57b65df55fe90738c83
parent9c6f3de60f9858e404a825824026bff4c42203fc
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