Page MenuHomeFreeBSD

prepare-commit-msg: Avoid warning on macOS and shellcheck fixes
ClosedPublic

Authored by arichardson on Jan 7 2021, 9:56 AM.
Tags
None
Referenced Files
F81974626: D28016.id.diff
Tue, Apr 23, 11:45 PM
Unknown Object (File)
Wed, Apr 17, 11:03 AM
Unknown Object (File)
Sun, Apr 7, 12:35 AM
Unknown Object (File)
Thu, Apr 4, 12:31 AM
Unknown Object (File)
Jan 27 2024, 7:52 PM
Unknown Object (File)
Dec 22 2023, 10:39 PM
Unknown Object (File)
Dec 21 2023, 8:06 PM
Unknown Object (File)
Sep 11 2023, 1:24 PM
Subscribers

Details

Summary

The macOS /bin/sh complains about using return outside of functions.
Replace return 0 with exit 0 to fix this. While editing this files
I've also fixed all the shellcheck warnings that were displayed by my IDE.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 35988
Build 32877: arc lint + arc unit