projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a8b9c8
)
tools/xl/bash-completion: also complete 'xen'
author
Hans van Kranenburg
<hans@knorrie.org>
Sun, 10 Feb 2019 17:26:45 +0000
(18:26 +0100)
committer
Hans van Kranenburg
<hans@knorrie.org>
Tue, 7 Jan 2020 19:23:20 +0000
(20:23 +0100)
We have the `xen` alias for xl in Debian, since in the past it was a
command that could execute either xl or xm.
Now, it always does xl, so, complete the same stuff for it as we have
for xl.
Signed-off-by: Hans van Kranenburg <hans@knorrie.org>
[git-debrebase split: mixed commit: upstream part]
tools/xl/bash-completion
patch
|
blob
|
history
diff --git
a/tools/xl/bash-completion
b/tools/xl/bash-completion
index b7cd6b3992fa22f33ffe9d4851d122383ab8e319..a520b07e29141554f2bb0de7ece86cae582f0f50 100644
(file)
--- a/
tools/xl/bash-completion
+++ b/
tools/xl/bash-completion
@@
-17,4
+17,4
@@
_xl()
return 0
}
-complete -F _xl -o nospace -o default xl
+complete -F _xl -o nospace -o default xl
xen