[Pcsclite-git-commit] [website] 03/09: update.sh: remove the execution bit of the .txt descriptors

Ludovic Rousseau rousseau at moszumanska.debian.org
Wed Oct 28 12:52:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository website.

commit 975e8c63a28dc6e10a1135adeb23ba3197c7e43d
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Sat Oct 24 19:54:33 2015 +0200

    update.sh: remove the execution bit of the .txt descriptors
    
    Sometimes the .txt files comes with the execution bit set.
    It is useless.
---
 update.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/update.sh b/update.sh
index 17ed751..ce73da8 100755
--- a/update.sh
+++ b/update.sh
@@ -15,6 +15,9 @@ rsync --archive ../CCID/readers/ ccid/readers/
 ./generate_supported_readers.py 
 mv supported_readers.txt ../CCID/readers/
 
+# remove the execution bit of the .txt descriptors
+chmod -x ../CCID/readers/*.txt
+
 if [ $# -gt 0 ]
 then
 	exit

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/website.git



More information about the Pcsclite-cvs-commit mailing list