Differences From Artifact [f8371526af]:
- File externals/Harpy/Tools/sign.eagle — part of check-in [9ff59ae51e] at 2021-01-15 16:53:46 on branch trunk — Pickup Harpy tooling changes from upstream into externals yet again. (user: mistachkin, size: 22512) [annotate] [blame] [check-ins using]
To Artifact [42d8c344a3]:
- File externals/Harpy/Tools/sign.eagle — part of check-in [65eeebd7af] at 2021-01-28 07:18:58 on branch trunk — Pickup Harpy tooling changes from upstream into externals one more time. (user: mistachkin, size: 22514) [annotate] [blame] [check-ins using]
| ︙ | |||
87 88 89 90 91 92 93 | 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | - + |
[string length $token] > 0} then {
if {[string length $keyFile] == 0 || \
[matchKeyFileTokens $fileName $keyFile]} then {
return true
} else {
puts stdout [appendArgs \
"file \"" $fileName \
|
| ︙ |