]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pam: fix test usage in configure script
authorHarald van Dijk <harald@gigawatt.nl>
Mon, 29 Jun 2020 16:28:22 +0000 (17:28 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2020 16:28:22 +0000 (09:28 -0700)
commit2ac6aa117603d5856b172114dcc62c454dafddb1
tree372dafb029c4c57812ae3312987d67e094c599cf
parent3c42c9ed84f1755ee8898b76e0264b8ebab19fd8
pam: fix test usage in configure script

The standard test command does not support the == operator. Certain
shells, including bash, do support it, but in those shells it does
exactly the same thing as the standard = operator. Use that instead.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Signed-off-by: Harald van Dijk <harald@gigawatt.nl>
Closes #10509
config/user-pam.m4