rpms/perl-Text-Autoformat/devel filter-provides.sh,1.1,1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Mon Aug 29 19:03:35 UTC 2005


Author: steve

Update of /cvs/extras/rpms/perl-Text-Autoformat/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7468

Modified Files:
	filter-provides.sh 
Log Message:
Copy/paste error fix.


Index: filter-provides.sh
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Autoformat/devel/filter-provides.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- filter-provides.sh	25 May 2005 02:21:29 -0000	1.1
+++ filter-provides.sh	29 Aug 2005 19:03:33 -0000	1.2
@@ -1,9 +1,9 @@
 #!/bin/sh
 
 if [ -x /usr/lib/rpm/redhat/find-provides ]; then
-   FINDREQ=/usr/lib/rpm/redhat/find-provides
+   FINDPROV=/usr/lib/rpm/redhat/find-provides
 else
-   FINDREQ=/usr/lib/rpm/find-provides
+   FINDPROV=/usr/lib/rpm/find-provides
 fi
 
-$FINDREQ $* | grep -v 'perl(\(Null\)\?Hang)'
+$FINDPROV $* | grep -v 'perl(\(Null\)\?Hang)'




More information about the scm-commits mailing list