HomeFreeBSD

install-boot.sh: Avoid - in function names for POSIX compatibility

Description

install-boot.sh: Avoid - in function names for POSIX compatibility

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.

Reviewed by: emaste, brooks
Differential Revision: https://reviews.freebsd.org/D34000

Details

Provenance
jrtc27Authored on Feb 28 2022, 10:37 PM
Reviewer
emaste
Differential Revision
D34000: install-boot.sh: Avoid - in function names for POSIX compatibility
Parents
rG13cb004130d2: release: Support -DNO_ROOT image building
Branches
Unknown
Tags
Unknown