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)
Tue, Oct 21, 12:32 AM
Unknown Object (File)
Fri, Oct 17, 12:21 AM
Unknown Object (File)
Fri, Oct 17, 12:21 AM
Unknown Object (File)
Fri, Oct 17, 12:20 AM
Unknown Object (File)
Thu, Oct 16, 3:27 PM
Unknown Object (File)
Mon, Oct 13, 8:03 AM
Unknown Object (File)
Sun, Oct 12, 3:08 PM
Unknown Object (File)
Thu, Oct 9, 9:07 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