[Pcsclite-cvs-commit] r7086 - website

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Wed Jan 21 14:40:28 UTC 2015


Author: rousseau
Date: 2015-01-21 14:40:28 +0000 (Wed, 21 Jan 2015)
New Revision: 7086

Modified:
   website/update.sh
Log:
Remove temporary file

Move instead of copy the supported_readers.txt file after its creation.


Modified: website/update.sh
===================================================================
--- website/update.sh	2015-01-20 19:34:21 UTC (rev 7085)
+++ website/update.sh	2015-01-21 14:40:28 UTC (rev 7086)
@@ -10,7 +10,7 @@
 
 # update the supported_readers.txt file
 ./generate_supported_readers.py 
-cp supported_readers.txt ../trunk/Drivers/ccid/readers/
+mv supported_readers.txt ../trunk/Drivers/ccid/readers/
 
 if [ $# -gt 0 ]
 then




More information about the Pcsclite-cvs-commit mailing list