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)
Mon, Apr 6, 12:02 PM
Unknown Object (File)
Sat, Apr 4, 11:44 PM
Unknown Object (File)
Thu, Apr 2, 5:54 PM
Unknown Object (File)
Mar 18 2026, 2:09 PM
Unknown Object (File)
Mar 18 2026, 7:33 AM
Unknown Object (File)
Mar 16 2026, 6:47 AM
Unknown Object (File)
Mar 16 2026, 12:45 AM
Unknown Object (File)
Mar 8 2026, 8:41 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