diff options
author | Issam E. Maghni <issam.e.maghni@mailbox.org> | 2020-12-16 18:48:28 -0500 |
---|---|---|
committer | Issam E. Maghni <issam.e.maghni@mailbox.org> | 2020-12-16 19:20:55 -0500 |
commit | 7c54428db5b639f05093459b1ba3b77456c5a548 (patch) | |
tree | a1672ff049bf9d4d5d6807dada133e4130db8f2e /modules/pam_unix/bigcrypt_main.c | |
parent | 5b30470ea3f441403c20f8ddc5a62a6db61bf7e3 (diff) | |
download | pam-7c54428db5b639f05093459b1ba3b77456c5a548.tar.gz pam-7c54428db5b639f05093459b1ba3b77456c5a548.tar.bz2 pam-7c54428db5b639f05093459b1ba3b77456c5a548.zip |
configure: test -a|o is not POSIX
Fixes `test: too many arguments` when building Linux-PAM using sbase.
This is due to a non-POSIX syntax test ... -a ... and test ... -o ....
> The XSI extensions specifying the -a and -o binary primaries and the
> '(' and ')' operators have been marked obsolescent.
See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html
Diffstat (limited to 'modules/pam_unix/bigcrypt_main.c')
0 files changed, 0 insertions, 0 deletions