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

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Tue Mar 25 14:49:47 UTC 2014


Author: rousseau
Date: 2014-03-25 14:49:46 +0000 (Tue, 25 Mar 2014)
New Revision: 6883

Modified:
   trunk/HandlerTest/create_distrib.sh
Log:
Use svn2cl instead of svn2cl.sh

svn2cl is now a program by itself installed by svn2cl package


Modified: trunk/HandlerTest/create_distrib.sh
===================================================================
--- trunk/HandlerTest/create_distrib.sh	2014-03-25 09:56:11 UTC (rev 6882)
+++ trunk/HandlerTest/create_distrib.sh	2014-03-25 14:49:46 UTC (rev 6883)
@@ -30,7 +30,7 @@
 
 # generate Changelog
 echo -n "generate Changelog..."
-svn2cl.sh --group-by-day --include-rev --stdout | sed -e s+/trunk/HandlerTest/++g > Changelog
+svn2cl --group-by-day --include-rev --stdout | sed -e s+/trunk/HandlerTest/++g > Changelog
 echo "done"
 
 present_files=$(tempfile)




More information about the Pcsclite-cvs-commit mailing list