commit | 92a5d6f71f41001ef1cc85a8f59b8d0a046a2297 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue Aug 26 15:59:33 2008 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Aug 26 15:59:33 2008 +0400 |
tree | 24f9fda61b673406bb22cd46caccee6e5c1b5c49 | |
parent | 4c0fb4cb540fcc6835ed636c198bd0ad425e18e7 [diff] |
bash_completion: fix ls invocation As Daniel Hahler reports in bug #944: etc/bash_completion.d/vzctl.sh.in uses "ls" for "--ostemplate" and "--config|--applyconfig". This might cause strange behavior, if a funky alias for "ls" is defined, e.g. some coloring etc. Fix this by using bash built-in "command" which should not use alias. http://bugzilla.openvz.org/944 Signed-off-by: Kir Kolyshkin <kir@openvz.org> Reported-by: Daniel Hahler <openvz-bugs@thequod.de>