Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix awk positional specifiers. Close #2
Fixes an error while compiling in Ubuntu 18.04/19.10: awk: run time error: improper conversion(number 1) in printf("%1$s/%2$s.apk %1$s/%2$s/%2$s.apk ") I'm not sure about the solution. I can't find any documentation with this syntax, or why it changed, so it can probably break at some point. But it works on Debian 10 right now, so it seems to be backward compatible.
- Loading branch information