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

Ludovic Rousseau rousseau at costa.debian.org
Sun Apr 2 19:21:39 UTC 2006


Author: rousseau
Date: 2006-04-02 19:21:38 +0000 (Sun, 02 Apr 2006)
New Revision: 1995

Modified:
   trunk/HandlerTest/create_distrib.sh
Log:
add --stdout to svn2cl.sh


Modified: trunk/HandlerTest/create_distrib.sh
===================================================================
--- trunk/HandlerTest/create_distrib.sh	2006-04-02 19:19:06 UTC (rev 1994)
+++ trunk/HandlerTest/create_distrib.sh	2006-04-02 19:21:38 UTC (rev 1995)
@@ -29,7 +29,9 @@
 echo "done"
 
 # generate Changelog
-svn2cl.sh --group-by-day --include-rev | sed -e s+/trunk/HandlerTest/++g > Changelog
+echo -n "generate Changelog..."
+svn2cl.sh --group-by-day --include-rev --stdout | sed -e s+/trunk/HandlerTest/++g > Changelog
+echo "done"
 
 present_files=$(tempfile)
 manifest_files=$(tempfile)




More information about the Pcsclite-cvs-commit mailing list