diff options
author | Elia Pinto <gitter.spiros@gmail.com> | 2015-12-22 15:10:29 +0100 |
---|---|---|
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | 2016-10-03 23:27:14 +0100 |
commit | c217e26c9df0a701a3ba4be0654bedf8c328c36b (patch) | |
tree | 17476f5e95a47435238e59265520875491dad86d /lib/remote_add.tcl | |
parent | git-gui: sort entries in tclIndex (diff) | |
download | tgif-c217e26c9df0a701a3ba4be0654bedf8c328c36b.tar.xz |
git-gui/po/glossary/txt-to-pot.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>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Diffstat (limited to 'lib/remote_add.tcl')
0 files changed, 0 insertions, 0 deletions