mirror of
https://github.com/dynup/kpatch
synced 2025-02-15 00:47:00 +00:00
Before adding any more features to the scripts, standardize the bash style. I prefer something close to the google shell style guidelines: http://google-styleguide.googlecode.com/svn/trunk/shell.xml - change [[ to [ (more robust) - put variable references in quotes (more robust) - put "then" on same line as "if" (more C-like, readable) - print error messages on stdout - avoid using external utilities like ls Also added a few error handling improvements, including using a die function where appropriate. |
||
---|---|---|
.. | ||
add-patches-section.c | ||
create-diff-object.c | ||
kpatch-build | ||
link-vmlinux-syms.c | ||
Makefile |