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)
Tue, Jul 14, 1:50 AM
Unknown Object (File)
Mon, Jul 13, 12:43 AM
Unknown Object (File)
Sat, Jul 11, 6:09 PM
Unknown Object (File)
Jun 8 2026, 3:20 AM
Unknown Object (File)
May 28 2026, 3:01 PM
Unknown Object (File)
May 19 2026, 4:46 PM
Unknown Object (File)
Apr 28 2026, 3:17 PM
Unknown Object (File)
Apr 27 2026, 9:48 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.