[Bug 226835] Invalid string comparison operator in example 7.2 of the Porter's Handbook
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Mar 21 22:23:07 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226835
Bug ID: 226835
Summary: Invalid string comparison operator in example 7.2 of
the Porter's Handbook
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Documentation
Assignee: freebsd-doc at FreeBSD.org
Reporter: 0mp at FreeBSD.org
Using the comparison syntax suggested by example 7.2[1]:
.if ${FLAVOR} = x11
[enable x11 features]
.endif
results in the following error:
> ... warning: String comparison operator should be either == or !=
[1]:
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/flavors-using.html
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-doc
mailing list