kpatch/kpatch-build
Josh Poimboeuf d58cea2717 bash style standardization
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.
2014-02-14 10:26:23 -06:00
..
add-patches-section.c functional reorganization 2014-02-13 11:00:06 -06:00
create-diff-object.c don't compare data on NOBITS sections 2014-02-13 11:18:25 -06:00
kpatch-build bash style standardization 2014-02-14 10:26:23 -06:00
link-vmlinux-syms.c functional reorganization 2014-02-13 11:00:06 -06:00
Makefile proper makefile support 2014-02-13 16:02:10 -06:00