qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] Modern shell scripting (use $() instead of ``)
@ 2018-10-22  8:48 Mao Zhongyi
  2018-10-22  8:48 ` [Qemu-devel] [PATCH v3 1/2] debian-bootstrap.pre: " Mao Zhongyi
  2018-10-22  8:48 ` [Qemu-devel] [PATCH v3 2/2] po/Makefile: " Mao Zhongyi
  0 siblings, 2 replies; 5+ messages in thread
From: Mao Zhongyi @ 2018-10-22  8:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: Mao Zhongyi, philmd, peter.maydell, thuth, sw, famz, eblake

Various shell files contain a mix between obsolete `` and
modern $(); It would be nice to convert to using $()
everywhere.

On https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02920.html

I just replaced `` in scripts dir,  so this series is a 
thorough cleanup of all obsolete `` in the source tree. 

v3:
-removed the patch1 from this series.  [Eric Blake]

v2:
-doubling "$" avoid it "escape" in a Makefile.  [Thomas Huth]

Cc: philmd@redhat.com
Cc: peter.maydell@linaro.org
Cc: thuth@redhat.com
Cc: sw@weilnetz.de
Cc: famz@redhat.com
Cc: eblake@redhat.com

Mao Zhongyi (2):
  debian-bootstrap.pre: Modern shell scripting (use $() instead of ``)
  po/Makefile: Modern shell scripting (use $() instead of ``)

 po/Makefile                                   | 2 +-
 tests/docker/dockerfiles/debian-bootstrap.pre | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-10-22 13:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-22  8:48 [Qemu-devel] [PATCH v3 0/2] Modern shell scripting (use $() instead of ``) Mao Zhongyi
2018-10-22  8:48 ` [Qemu-devel] [PATCH v3 1/2] debian-bootstrap.pre: " Mao Zhongyi
2018-10-22  8:48 ` [Qemu-devel] [PATCH v3 2/2] po/Makefile: " Mao Zhongyi
2018-10-22 10:59   ` Thomas Huth
2018-10-22 13:05     ` [Qemu-devel] [PATCH v3 2/2] po/Makefile: Modern shell scripting (use $()instead " maozy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).