Re: [PATCH v2 001/142] check-builtins.sh: use the $( ... ) construct for command substitution
From: Junio C Hamano <hidden> Date: 2016-06-15 23:00:32
Junio C Hamano [off-list ref] writes:
I've reworded the above like so:
check-builtins.sh: use the $(...) construct for command substitution
The Git CodingGuidelines prefer the $(...) construct for command
substitution instead of using the backquotes, or grave accents
(`...`).
... but I think the ", or grave accents" should go.