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