Commit d47c52ac2b6777a329a4b1408527460d0971f0a6

David Seifert 2022-04-02T19:21:02

Avoid obsolescent `test -a` constructs * POSIX calls the `-a` operator obsolescent and strongly discourages its use, instead recommending chaining `test` calls instead: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html