mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-17 22:02:12 +01:00
In order to speed up reading the metadata of all packages, we try to prevent executing external commands in the global scope. seq is used to generate a list of zero-padded numbers. Replace this with a shell-loop and `printf` to do the same.