removed superfluous compopt for cups.

This commit is contained in:
Raphaël Droz 2011-06-13 13:28:35 +02:00 committed by Ville Skyttä
parent 1ef81d776e
commit 5f11a3be6b

View File

@ -18,7 +18,6 @@ _lpr()
local cur prev words cword
_init_completion || return
compopt +o nospace
case $prev in
-P)
COMPREPLY=( $( compgen -W "$( lpstat -a | cut -d' ' -f1 )" -- "$cur" ) )