1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-12 15:16:09 +02:00
git/git-gui
Elia Pinto 4796af1510 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>
2015-12-27 15:33:13 -08:00
..
lib git-gui 0.20.0 2015-04-18 18:35:48 -07:00
macosx git-gui 0.20.0 2015-04-18 18:35:48 -07:00
po git-gui/po/glossary/txt-to-pot.sh: use the $( ... ) construct for command substitution 2015-12-27 15:33:13 -08:00
windows git-gui 0.19.0 2014-01-21 13:16:17 -08:00
.gitattributes Merge branch 'master' of git://repo.or.cz/git-gui 2011-12-13 16:48:24 -08:00
.gitignore
GIT-VERSION-GEN git-gui 0.20.0 2015-04-18 18:35:48 -07:00
Makefile git-gui 0.20.0 2015-04-18 18:35:48 -07:00
git-gui--askpass Merge git://repo.or.cz/git-gui 2010-09-15 12:34:48 -07:00
git-gui.sh git-gui 0.20.0 2015-04-18 18:35:48 -07:00