]> git.ipfire.org Git - thirdparty/util-linux.git/commit
bash-completion: do not print eject --cdspeed error messages
authorSami Kerola <kerolasa@iki.fi>
Thu, 5 Apr 2018 19:56:54 +0000 (20:56 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 6 Apr 2018 11:03:38 +0000 (13:03 +0200)
commitfda59a8d1999ddc51489a9e693959f375dc2e9e5
treee97afee4ed99746167f7853bfe2e9219c0dd5bcb
parentc6f0bdfecc7b1bbadc644eb8f625473c34fe7cae
bash-completion: do not print eject --cdspeed error messages

Bash completion is proposing --cdspeed option argument from 'eject
--listspeed /dev/cdrom' output.  Nowadays it is common not to have such
device, and this results to an unwanted error message to stderr merely
messing up command line.  Lets stop that.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
bash-completion/eject