From 5f11a3be6bc2f31dcc398f57800e9652c44bcf84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Droz?= Date: Mon, 13 Jun 2011 13:28:35 +0200 Subject: [PATCH] removed superfluous compopt for cups. --- completions/cups | 1 - 1 file changed, 1 deletion(-) diff --git a/completions/cups b/completions/cups index 21ddd769..499a2b04 100644 --- a/completions/cups +++ b/completions/cups @@ -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" ) )