]> git.pld-linux.org Git - packages/bash-completion.git/commitdiff
- tabs auto/ti/bash-completion-20060301-2
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 6 Mar 2007 21:07:21 +0000 (21:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash-completion-poldek.sh -> 1.8

bash-completion-poldek.sh

index 19e57962d8ac6a2e9ce5893418becf561ecf3f4b..31765722cfcb26ae95531e282a11c975402f700c 100644 (file)
@@ -33,7 +33,7 @@ _poldek()
        case "$cur" in
        --verify*=*,*)
                local p=${cur#--verify=*,}
-               p=${p//\\} # those backslashes propagate!!! -- kill them
+               p=${p//\\} # those backslashes propagate!!! -- kill them
                # somewhy bash escapes equal sign, so we must match the backslash too
                COMPREPLY=( $( compgen -P "${p%,*}," -W 'deps conflicts file-conflicts file-orphans file-missing-deps' -- "${cur##*,}" ) )
                return 0
@@ -60,8 +60,7 @@ _poldek()
                ' -- $cur ) )
                ;;
        *)
-               COMPREPLY=( $( compgen -W '-F -N -O -P -Q -V -e -i -l -m -n -q -r -s -t -u -v' \
-                                  -- $cur ) )
+               COMPREPLY=( $( compgen -W '-F -N -O -P -Q -V -e -i -l -m -n -q -r -s -t -u -v' -- $cur ) )
                ;;
        esac
 
This page took 0.033393 seconds and 4 git commands to generate.