diff options
Diffstat (limited to 'bash-completion/eject')
-rw-r--r-- | bash-completion/eject | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/eject b/bash-completion/eject index bb7187f04..123829ea2 100644 --- a/bash-completion/eject +++ b/bash-completion/eject @@ -15,7 +15,7 @@ _eject_module() return 0 ;; '-x'|'--cdspeed') - COMPREPLY=( $(compgen -W "$(eject -X)" -- $cur) ) + COMPREPLY=( $(compgen -W "$($1 -X)" -- $cur) ) return 0 ;; '-h'|'--help'|'-V'|'--version') |