summaryrefslogtreecommitdiff
path: root/t/t3600-rm.sh
diff options
context:
space:
mode:
authorElia Pinto <gitter.spiros@gmail.com>2015-12-22 15:27:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-12-28 21:36:32 (GMT)
commit9b4950899aa6a910644d35c2b6cd475d83c7af17 (patch)
treede7f79c8c68e3c0615c93d7cf3c581b92cfbd690 /t/t3600-rm.sh
parentc82ec45e8673470ba270ae19887c43553553c50e (diff)
downloadgit-9b4950899aa6a910644d35c2b6cd475d83c7af17.zip
git-9b4950899aa6a910644d35c2b6cd475d83c7af17.tar.gz
git-9b4950899aa6a910644d35c2b6cd475d83c7af17.tar.bz2
t/t3511-cherry-pick-x.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 't/t3600-rm.sh')
0 files changed, 0 insertions, 0 deletions