[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-380-g9e4605b

Ville Skyttä ville.skytta at iki.fi
Sat Jun 18 12:53:58 UTC 2011


The following commit has been merged in the master branch:
commit 5f11a3be6bc2f31dcc398f57800e9652c44bcf84
Author: Raphaël Droz <raphael.droz+floss at gmail.com>
Date:   Mon Jun 13 13:28:35 2011 +0200

    removed superfluous compopt for cups.

diff --git a/completions/cups b/completions/cups
index 21ddd76..499a2b0 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" ) )

-- 
bash-completion



More information about the Bash-completion-commits mailing list