]> git.pld-linux.org Git - packages/bash-completion.git/blame - pear.patch
works fine, rel 1
[packages/bash-completion.git] / pear.patch
CommitLineData
174ec85b
ER
1--- bash-completion-1.2/completions/pear~ 2010-08-23 20:41:58.000000000 +0300
2+++ bash-completion-1.2/completions/pear 2010-10-19 22:52:26.008412279 +0300
9915aa77
ER
3@@ -106,6 +106,13 @@
4 _filedir '@(tgz)'
5 return 0
6 ;;
7+ make-rpm-spec)
8+ if [[ "${cur}" == -* ]] ; then
9+ COMPREPLY=( $(compgen -W "-t -o -r -p -d --spec-template --output --rpm-release --rpm-pkgname --rpm-depname" -- ${cur}) )
10+ fi
11+ _filedir '@(tgz)'
12+ return 0
13+ ;;
14 package|pickle)
15 if [[ "${cur}" == -* ]] ; then
16 COMPREPLY=( $(compgen -W "-Z -n --nocompress --showname" -- ${cur}) )
This page took 0.046882 seconds and 4 git commands to generate.