]> git.pld-linux.org Git - packages/bash-completion.git/commitdiff
- typo
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 29 Jan 2006 11:30:36 +0000 (11:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash-completion-rpm-arch.patch -> 1.3

bash-completion-rpm-arch.patch

index 2aa310d803e121b6fa87d0d53b81f5681f635f92..2bc32207e018e94ab75b28e8849b0646a059dfc5 100644 (file)
@@ -10,7 +10,7 @@
        else
 -              COMPREPLY=( $( rpm -qa $nodig $nosig | sed -ne \
 -              's|^\('$cur'.*\)-[0-9a-zA-Z._]\+-[0-9a-z.@]\+$|\1|p' ) )
-+              COMPREPLY=( $( rpm -qa $nodig $nosig -qf '%{name}-%{version}-%{release}.%{arch}\n' "$cur*" ) )
++              COMPREPLY=( $( rpm -qa $nodig $nosig --qf '%{name}-%{version}-%{release}.%{arch}\n' "$cur*" ) )
        fi
  }
  
This page took 0.057804 seconds and 4 git commands to generate.