]> git.pld-linux.org Git - packages/bash-completion.git/commitdiff
builder-completion: -r does not need .spec
authorElan Ruusamäe <glen@delfi.ee>
Sun, 12 Aug 2012 18:15:46 +0000 (21:15 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 12 Aug 2012 18:15:46 +0000 (21:15 +0300)
builder.bash-completion

index da7f04c1ed792aa2847ec86f3c3ed2585868c8aa..d03896b8d5bf933aaf44f5d457c83a1e6ed6cd21 100644 (file)
@@ -23,8 +23,6 @@ _builder()
 
        case $prev in
        -r)
-               local spec
-               _builder_get_spec
                COMPREPLY=( $( compgen -W '$( git tag )' -- "$cur" ) )
                return 0
                ;;
This page took 0.065989 seconds and 4 git commands to generate.