[Pcsclite-git-commit] [website] 08/09: update.sh: use -v instead of -x

Ludovic Rousseau rousseau at moszumanska.debian.org
Wed Oct 28 12:52:05 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 cad2ca3043f252e3a786426ca2924b6608b8c508
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Wed Oct 28 13:39:38 2015 +0100

    update.sh: use -v instead of -x
    
    The goal is to avoid the expansion and get a clean output.
    
    -v Print shell input lines as they are read.
    -x After expanding each simple command, for command, case command,
       select command, or arithmetic for command, display the expanded value
       of PS4, followed by the command and its expanded arguments or
       associated word list.
---
 update.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update.sh b/update.sh
index ce73da8..4b09fcc 100755
--- a/update.sh
+++ b/update.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 set -e
-set -x
+set -v
 
 # update the .txt files
 rsync --archive ../CCID/readers/ ccid/readers/

-- 
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