commit | a436cd882691145673afe3a1a3872650bb760506 | [log] [tgz] |
---|---|---|
author | Mao Zhongyi <maozhongyi@cmss.chinamobile.com> | Mon Oct 15 17:17:35 2018 +0800 |
committer | Thomas Huth <thuth@redhat.com> | Tue Oct 16 18:34:19 2018 +0200 |
tree | 6f049ab4327831759ab1fa70c7b510fc85421b33 | |
parent | 934821ebae41e59cb2a6c5c7ec99927255117491 [diff] |
git-submodule.sh: Modern shell scripting (use $() instead of ``) Various shell files contain a mix between obsolete `` and modern $(); It would be nice to convert to using $() everywhere. Signed-off-by: Mao Zhongyi <maozhongyi@cmss.chinamobile.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>