issues
search
dbry
/
WavPack
WavPack encode/decode library, command-line programs, and several plugins
BSD 3-Clause "New" or "Revised" License
371
stars
67
forks
source link
Avoid obsolescent `test -a` constructs
#106
Closed
SoapGentoo
closed
3 years ago
SoapGentoo
commented
3 years ago
POSIX calls the
-a
and
-o
operators obsolescent and strongly discourages their use, instead recommending chaining
test
calls instead:
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html
dbry
commented
3 years ago
Thanks!
-a
and-o
operators obsolescent and strongly discourages their use, instead recommending chainingtest
calls instead: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html