HomeFreeBSD

pam: fix test usage in configure script

Description

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

Details

Provenance
Harald van Dijk <harald@gigawatt.nl>Authored on Jun 29 2020, 4:28 PM
GitHub <noreply@github.com>Committed on Jun 29 2020, 4:28 PM
Parents
rG3c42c9ed84f1: Clean up OS-specific ARC and kmem code
Branches
Unknown
Tags
Unknown

Event Timeline

GitHub <noreply@github.com> committed rG2ac6aa117603: pam: fix test usage in configure script (authored by Harald van Dijk <harald@gigawatt.nl>).Jun 29 2020, 4:28 PM