Skip to content
Snippets Groups Projects
Commit b98317a8ba66 authored by David Seifert's avatar David Seifert
Browse files

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
parent ba3bf13648de
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment