Quote one more $cur for "compgen -W" to avoid globbing.

git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1661 9bc8b190-ac0f-0410-8968-dc7d1f502856
This commit is contained in:
Ville Skyttä 2009-10-02 18:10:13 +00:00
parent 4586a3a722
commit da8410fe71
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ _rpmdiff()
case $3 in
-i|--ignore)
COMPREPLY=( $( compgen -W 'S M 5 D N L V U G F T' -- $cur ) )
COMPREPLY=( $( compgen -W 'S M 5 D N L V U G F T' -- "$cur" ) )
return 0
;;
-h|--help)