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, Mar 8, 8:41 PM
Unknown Object (File)
Sun, Mar 8, 8:18 PM
Unknown Object (File)
Sun, Mar 8, 2:59 AM
Unknown Object (File)
Tue, Mar 3, 12:46 AM
Unknown Object (File)
Tue, Mar 3, 12:31 AM
Unknown Object (File)
Thu, Feb 12, 11:00 PM
Unknown Object (File)
Thu, Feb 12, 9:28 PM
Unknown Object (File)
Thu, Feb 12, 3:55 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