On Sat, 6 Sep 2025 01:39:41 +0800 David Yang wrote:
Quoted from musl wiki:
GNU getopt permutes argv to pull options to the front, ahead of non-option arguments. musl and the POSIX standard getopt stop processing options at the first non-option argument with no permutation.
Thus these scripts stop working on musl since non-option arguments do not always come last. Fix it by reordering arguments.
Have you tested this? You seem to be breaking mausezahn.