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
Unknown Object (File)
Fri, Feb 21, 7:23 PM
Unknown Object (File)
Mon, Feb 17, 12:04 PM
Unknown Object (File)
Fri, Feb 14, 1:07 AM
Unknown Object (File)
Jan 25 2025, 7:21 PM
Unknown Object (File)
Dec 29 2024, 9:48 PM
Unknown Object (File)
Dec 23 2024, 12:22 PM
Unknown Object (File)
Dec 12 2024, 9:46 AM
Unknown Object (File)
Dec 11 2024, 6:37 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