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, Nov 27, 3:36 AM
Unknown Object (File)
Mon, Nov 24, 8:59 PM
Unknown Object (File)
Thu, Nov 6, 9:41 PM
Unknown Object (File)
Wed, Nov 5, 3:46 PM
Unknown Object (File)
Wed, Nov 5, 2:21 PM
Unknown Object (File)
Wed, Nov 5, 6:27 AM
Unknown Object (File)
Tue, Nov 4, 3:44 PM
Unknown Object (File)
Mon, Nov 3, 7:55 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