]> git.pld-linux.org Git - packages/bash-completion.git/blob - bash-completion-known_hosts.patch
- pass --nodigest and --nosignature params when refreshing rpm -qa cache
[packages/bash-completion.git] / bash-completion-known_hosts.patch
1 --- bash_completion/bash_completion     2006-01-03 19:06:36.000000000 +0100
2 +++ bash_completion/bash_completion-mitek       2006-01-03 19:09:29.000000000 +0100
3 @@ -2479,7 +2479,7 @@
4             fi
5             # append any available aliases from config files
6             if [ ${#config[@]} -gt 0 ] && [ -n "$aliases" ]; then
7 -               hosts=$( compgen -W "$( sed -ne "s/^[Hh][Oo][Ss][Tt]["$'\t '"]*\([^*?]*\)$/\1/p" ${config[@]} )" -- $ocur )
8 +               hosts=$( compgen -W $( sed -ne "s/^[Hh][Oo][Ss][Tt]["$'\t '"]*\([^*?]*\)$/\1/p" ${config[@]} ) -- $ocur )
9                 COMPREPLY=( ${COMPREPLY[@]} $hosts )
10             fi
11  
This page took 0.099653 seconds and 3 git commands to generate.