]> git.pld-linux.org Git - packages/bash-completion.git/commitdiff
poldek: load rpm completions on demand auto/th/bash-completion-2.0-3 auto/ti/bash-completion-2.0-3
authorElan Ruusamäe <glen@delfi.ee>
Thu, 16 Aug 2012 22:03:55 +0000 (01:03 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 16 Aug 2012 22:03:55 +0000 (01:03 +0300)
bash-completion-poldek.sh
bash-completion.spec

index 1cbc5f667a72de2d1a63eeb347e6e77f74e31652..3682c4718dbae061706a2d6449c47ef45ec1cc53 100644 (file)
@@ -12,7 +12,7 @@ _poldek()
                if [[ "$cur" == -* ]]; then
                        COMPREPLY=( $( compgen -W '--nodeps --nofollow --test' -- $cur ) )
                else
-                       _rpm_installed_packages
+                       _xfunc rpm _rpm_installed_packages
                fi
                return 0
                ;;
index e373ba3786fa0979bdbb18641b9b4b62078f25b9..51263e2c1502ef2cae10413229ddea8a87973f09 100644 (file)
@@ -6,7 +6,7 @@ Summary:        bash-completion offers programmable completion for bash
 Summary(pl.UTF-8):     Programowalne uzupełnianie nazw dla basha
 Name:          bash-completion
 Version:       2.0
-Release:       2
+Release:       3
 Epoch:         1
 License:       GPL v2+
 Group:         Applications/Shells
This page took 0.08454 seconds and 4 git commands to generate.