commit | 934821ebae41e59cb2a6c5c7ec99927255117491 | [log] [tgz] |
---|---|---|
author | Mao Zhongyi <maozhongyi@cmss.chinamobile.com> | Mon Oct 15 17:17:34 2018 +0800 |
committer | Thomas Huth <thuth@redhat.com> | Tue Oct 16 18:34:19 2018 +0200 |
tree | 88f94f30412b311ac20f62f1f9f5d85ef24cf801 | |
parent | 53d593d25bec52bcb91b53a93d47857cb5961da3 [diff] |
archive-source.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>