[tbb-commits] [tor-browser-bundle/master] Add debug output to authenticode_check script
gk at torproject.org
gk at torproject.org
Wed Jul 1 19:51:41 UTC 2015
commit 6cbec232b21da38599438cdb32d865161faf7384
Author: Georg Koppen <gk at torproject.org>
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 ..
More information about the tbb-commits
mailing list