[Pcsclite-git-commit] [pcsc-tools] 02/04: ATR_analysis: use wget --quiet

Ludovic Rousseau rousseau at moszumanska.debian.org
Fri Jun 10 18:59:09 UTC 2016


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

rousseau pushed a commit to branch master
in repository pcsc-tools.

commit 9f47ff531a3369de734ea5d0118e15606cd9c531
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Wed Jun 8 15:32:25 2016 +0200

    ATR_analysis: use wget --quiet
    
    No need to have a ‘verbose’ wget command
---
 ATR_analysis | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ATR_analysis b/ATR_analysis
index c7c75e9..c5b93e2 100755
--- a/ATR_analysis
+++ b/ATR_analysis
@@ -247,7 +247,7 @@ sub update_smartcard_list($$)
 		}
 		else
 		{
-			system("wget $url --output-document=$file ; touch $file");
+			system("wget --quiet $url --output-document=$file ; touch $file");
 		}
 
 		# did an update

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



More information about the Pcsclite-cvs-commit mailing list