summaryrefslogtreecommitdiff
path: root/completions/xm
diff options
context:
space:
mode:
Diffstat (limited to 'completions/xm')
-rw-r--r--completions/xm2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/xm b/completions/xm
index 1e761394..1ec2cbfd 100644
--- a/completions/xm
+++ b/completions/xm
@@ -193,7 +193,7 @@ _xm()
;;
create)
_filedir
- COMPREPLY=( ${COMPREPLY[@]:-} \
+ COMPREPLY+=( \
$( compgen -W '$( command ls /etc/xen 2>/dev/null )' \
-- "$cur" ) )
;;