commit | 4ea086646bf0ec888df3e1765dfc811a7b98b5e3 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Wed Jul 21 19:38:33 2010 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Jul 21 19:38:33 2010 +0400 |
tree | e6e252436a7cc718f97afcfb2cc14d689dd45dc0 | |
parent | b9d4b8ca1fda0819d91784b4d8b339f066ea49f8 [diff] |
bash_completion: vzlist's stderr goes to /dev/null vzlist can write some warnings to stderr. This is not what we want to see while working with bash_completion. Example of what could happen before applying this patch: vzctl create <tab>Invalid value for IOPRIO=88, skipped Signed-off-by: Kir Kolyshkin <kir@openvz.org>