summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLibravatar Elia Pinto <gitter.spiros@gmail.com>2016-01-08 12:06:23 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-01-08 12:54:06 -0800
commit0c923256a0116c2729a78dc01dfe223a67d7a95b (patch)
treed26c646134045b5868b535323e68f384b18b3740 /configure.ac
parentt/t7504-commit-msg-hook.sh: use the $( ... ) construct for command substitution (diff)
downloadtgif-0c923256a0116c2729a78dc01dfe223a67d7a95b.tar.xz
t/t7505-prepare-commit-msg-hook.sh: use the $( ... ) construct for command substitution
The Git CodingGuidelines prefer the $(...) construct for command substitution instead of using the backquotes `...`. The backquoted form is the traditional method for command substitution, and is supported by POSIX. However, all but the simplest uses become complicated quickly. In particular, embedded command substitutions and/or the use of double quotes require careful escaping with the backslash character. The patch was generated by: for _f in $(find . -name "*.sh") do perl -i -pe 'BEGIN{undef $/;} s/`(.+?)`/\$(\1)/smg' "${_f}" done and then carefully proof-read. Signed-off-by: Elia Pinto <gitter.spiros@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions