richard pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build
Commits:
- 
aa5571de
by Nicolas Vigier at 2024-01-11T15:30:06+00:00
1 changed file:
Changes:
| ... | ... | @@ -6,5 +6,6 @@ set -e | 
| 6 | 6 |  cd $(dirname "$0")/../..
 | 
| 7 | 7 |  for keyring in ./keyring/*.gpg
 | 
| 8 | 8 |  do
 | 
| 9 | +    file "$keyring"
 | |
| 9 | 10 |      gpg --no-auto-check-trustdb --list-options show-unusable-subkeys,show-keyring --no-default-keyring --list-keys --keyring "$keyring"
 | 
| 10 | 11 |  done |