https://bugzilla.mindrot.org/show_bug.cgi?id=2010

             Bug #: 2010
           Summary: bashism in configure seccomp_filter check
    Classification: Unclassified
           Product: Portable OpenSSH
           Version: 6.0p1
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created attachment 2153
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2153
fix bashism

configure's Linux seccomp_filter check uses the non-portable 'test X ==
Y' form, which should be 'test X = Y' as everywhere else in configure. 
Patch against CVS attached.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to