awesome-git-hooks
awesome-git-hooks copied to clipboard
Miscellaneous improvements to shell scripts
Hai~,
This improves various parts of the shell scripts to
- Avoid using variable interpolation within the first argument of
printf
- Quoting to avoid word splitting
- Replace deprecated backticks with
$()
- Remove extraneous
;
afterexit
- Some other smaller miscellaneous things