projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ece6cc3
)
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, 23 Aug 2022 11:40:41 +0000
(13:40 +0200)
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 7c6ed32f88f90af735ff61fa3be5f13044f6a933..b3883df0de0d2e7a6e7c95e80bc366128d1927ee 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