[Bug 2010] New: bashism in configure seccomp_filter check
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Fri May 18 21:24:13 EST 2012
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: unassigned-bugs at mindrot.org
ReportedBy: cjwatson at debian.org
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.
More information about the openssh-bugs
mailing list