[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor-browser-bundle/master] Add debug output to authenticode_check script



commit 6cbec232b21da38599438cdb32d865161faf7384
Author: Georg Koppen <gk@xxxxxxxxxxxxxx>
Date:   Wed Jul 1 19:50:55 2015 +0000

    Add debug output to authenticode_check script
---
 tools/authenticode_check.sh |    1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/authenticode_check.sh b/tools/authenticode_check.sh
index 86472ae..646fdce 100755
--- a/tools/authenticode_check.sh
+++ b/tools/authenticode_check.sh
@@ -71,6 +71,7 @@ for f in `ls *.exe`; do
     cd tmp
     if ! [ "$SHA256_TXT" = "`sha256sum $f`" ]
     then
+      echo "$f does not have the SHA 256 sum of the unsigned bundle!"
       BADSIGNED_BUNDLES=`expr $BADSIGNED_BUNDLES + 1`
     fi
     cd ..

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits