Page MenuHomeFreeBSD

install-boot.sh: Avoid - in function names for POSIX compatibility
ClosedPublic

Authored by jrtc27 on Jan 22 2022, 1:19 AM.
Tags
None
Referenced Files
F116019256: D34000.diff
Thu, May 1, 4:54 PM
Unknown Object (File)
Sun, Apr 20, 6:25 AM
Unknown Object (File)
Sat, Apr 19, 4:14 PM
Unknown Object (File)
Sat, Apr 19, 4:03 PM
Unknown Object (File)
Mar 24 2025, 6:32 AM
Unknown Object (File)
Mar 22 2025, 9:08 AM
Unknown Object (File)
Mar 14 2025, 10:32 PM
Unknown Object (File)
Feb 21 2025, 7:23 PM
Subscribers

Details

Summary

FreeBSD sh supports this but other common POSIX shells do not; in
particular, dash does not, unlike bash and zsh. This allows the script
to be used on non-FreeBSD systems for release media building.

Diff Detail

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