Mercurial > hg > cc > cirrus_work
changeset 380:6082474a4e2e plus
remove spurious f in cdb name
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Thu, 11 Jun 2026 21:11:15 +0100 |
| parents | a00e888e4df3 |
| children | fb5e2d06a650 |
| files | bin/cdbp.sh |
| diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/cdbp.sh Thu Jun 11 21:10:13 2026 +0100 +++ b/bin/cdbp.sh Thu Jun 11 21:11:15 2026 +0100 @@ -8,5 +8,4 @@ k2=$((i < 4 ? k1 + 16 : k1 + 15)) #echo $(printf lmh_%d-%d.cdb $k1 $((k2 - 1))) 1>&2 #cat $(printf lmh_%d-%d.cdb $k1 $((k2 - 1))) > /dev/null -python3 -c 'import cdb_one;cdb_one.mainp()' lmh%d-%df.cdb $k1 $k2 - +python3 -c 'import cdb_one;cdb_one.mainp()' lmh%d-%d.cdb $k1 $k2
