Page MenuHomeFreeBSD

etc: Fix distrib-dirs to not rely on a BSDism
ClosedPublic

Authored by jrtc27 on Jul 14 2022, 12:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 14, 7:03 PM
Unknown Object (File)
Sun, Feb 8, 9:41 AM
Unknown Object (File)
Sun, Feb 8, 3:31 AM
Unknown Object (File)
Sat, Jan 31, 8:16 AM
Unknown Object (File)
Jan 7 2026, 9:35 AM
Unknown Object (File)
Dec 21 2025, 2:41 AM
Unknown Object (File)
Dec 20 2025, 5:16 PM
Unknown Object (File)
Dec 20 2025, 7:40 AM
Subscribers
None

Details

Summary

FreeBSD and macOS have a test that treats == as an alias for =, but
Linux tends to use GNU coreutils (when not a builtin) which does not.
Use the standard syntax instead for compatibility.

Obtained from: CheriBSD

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jrtc27 created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.Jul 15 2022, 10:18 PM
This revision was automatically updated to reflect the committed changes.