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)
Sun, Dec 29, 9:48 PM
Unknown Object (File)
Mon, Dec 23, 12:22 PM
Unknown Object (File)
Thu, Dec 12, 9:46 AM
Unknown Object (File)
Dec 11 2024, 6:37 PM
Unknown Object (File)
Dec 5 2024, 1:10 AM
Unknown Object (File)
Nov 28 2024, 3:44 PM
Unknown Object (File)
Nov 24 2024, 2:11 AM
Unknown Object (File)
Nov 20 2024, 8:22 AM
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