awesome-git-hooks icon indicating copy to clipboard operation
awesome-git-hooks copied to clipboard

Miscellaneous improvements to shell scripts

Open hyperupcall opened this issue 3 years ago • 0 comments

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 ; after exit
  • Some other smaller miscellaneous things

hyperupcall avatar Feb 10 '22 15:02 hyperupcall