SOURCES: bash-completion-rpm-arch.patch - typo

glen glen at pld-linux.org
Sun Jan 29 12:30:42 CET 2006


Author: glen                         Date: Sun Jan 29 11:30:41 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- typo

---- Files affected:
SOURCES:
   bash-completion-rpm-arch.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/bash-completion-rpm-arch.patch
diff -u SOURCES/bash-completion-rpm-arch.patch:1.2 SOURCES/bash-completion-rpm-arch.patch:1.3
--- SOURCES/bash-completion-rpm-arch.patch:1.2	Wed Jan 18 01:14:35 2006
+++ SOURCES/bash-completion-rpm-arch.patch	Sun Jan 29 12:30:36 2006
@@ -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
  }
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/bash-completion-rpm-arch.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list