[Pcsclite-cvs-commit] r1997 - trunk/HandlerTest

Ludovic Rousseau rousseau at costa.debian.org
Sun Apr 2 19:23:26 UTC 2006


Author: rousseau
Date: 2006-04-02 19:23:20 +0000 (Sun, 02 Apr 2006)
New Revision: 1997

Modified:
   trunk/HandlerTest/create_distrib.sh
Log:
Do not include files matching .svn instead of CVS


Modified: trunk/HandlerTest/create_distrib.sh
===================================================================
--- trunk/HandlerTest/create_distrib.sh	2006-04-02 19:22:44 UTC (rev 1996)
+++ trunk/HandlerTest/create_distrib.sh	2006-04-02 19:23:20 UTC (rev 1997)
@@ -39,7 +39,7 @@
 
 # find files present
 # remove ^debian and ^create_distrib.sh
-find -type f | grep -v CVS | cut -c 3- | grep -v ^create_distrib.sh | sort > $present_files
+find -type f | grep -v .svn | cut -c 3- | grep -v ^create_distrib.sh | sort > $present_files
 cat MANIFEST | sort > $manifest_files
 
 # diff the two lists




More information about the Pcsclite-cvs-commit mailing list