projg2 / installkernel-gentoo

Gentoo fork of installkernel from debianutils
GNU General Public License v2.0
19 stars 7 forks source link

Some style/typo fixes #7

Closed jaakristioja closed 2 years ago

jaakristioja commented 2 years ago

Small style/typo fixes. Feel free to merge, cherry-pick, squash, reject etc.

PS: Ideally the style of the installkernel and hooks/91-grub-mkconfig.install scripts would also be more consistent, but such style choices are best left to the actual maintainers.

mgorny commented 2 years ago

Thanks!

gyakovlev commented 2 years ago

coding style is different because installkernel itself is a fork of debian's one (from debianutils package) so just some edits were added, but style remained untouched.

hook uses bash and not sh and uses gentoo-style ebuild/shell syntax. that's intentional and unlikely to change tbh.