Compare commits

..

2 Commits

Author SHA1 Message Date
Lance Vick 40680e4233
Merge remote-tracking branch 'origin/main' 2024-01-16 00:18:25 -08:00
Seán C McCord fea2e22e43
sign.sh: handle variable width signature indices 2024-01-15 15:35:05 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ mkdir -p ${DIR}
[ -f ${DIR}/signature-1 ] \
&& LASTSIGNUM=$( \
find ${DIR} -type f -printf "%f\n" \
| sort \
| sort -t- -k2 -n \
| tail -n1 \
| sed 's/signature-//' \
) \