commit | f92323d522888230cf5a263d0b68eeeb2b0f62ed | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Fri Mar 02 17:27:21 2007 +0300 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri Mar 02 17:27:21 2007 +0300 |
tree | f2129f6f67bcc8e2868896d7d095c29ca8c09f62 | |
parent | 257931d2dd81f254104f7edbd373d5d0d221464a [diff] |
bash-completion: fixed support for VE names with dashes Commit 7dd83295d36d5d83e98f5bc5bc0cfdbfa2c05141 introduced support for VE names in bash_completion script. Unfortunately it stripped all the dashes ("-") from VE names, so it was not possible to use it with names such as deb-build-amd64. This patch fixes it.