[Pcsclite-cvs-commit] r5519 - /trunk/PCSC/splint.sh

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Jan 18 15:39:14 UTC 2011


Author: rousseau
Date: Tue Jan 18 15:39:13 2011
New Revision: 5519

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5519
Log:
No more scf files since revision 4486

Modified:
    trunk/PCSC/splint.sh

Modified: trunk/PCSC/splint.sh
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/splint.sh?rev=5519&op=diff
==============================================================================
--- trunk/PCSC/splint.sh (original)
+++ trunk/PCSC/splint.sh Tue Jan 18 15:39:13 2011
@@ -7,7 +7,7 @@
 # do not use configfile.c since it is a lex file from configfile.l
 if [ $# -lt 1 ]
 then
-	files=$(ls -1 src/*.c | grep -v scf | grep -v debug | grep -v configfile)
+	files=$(ls -1 src/*.c | grep -v debug | grep -v configfile)
 else
 	files="$@"
 fi




More information about the Pcsclite-cvs-commit mailing list