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

1 Jul
2015
1 Jul
'15
7:51 p.m.
commit 6cbec232b21da38599438cdb32d865161faf7384 Author: Georg Koppen <gk@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 ..
3627
Age (days ago)
3627
Last active (days ago)
0 comments
1 participants
participants (1)
-
gk@torproject.org