archive-source.sh: Modern shell scripting (use $() instead of ``)
commit934821ebae41e59cb2a6c5c7ec99927255117491
authorMao Zhongyi <maozhongyi@cmss.chinamobile.com>
Mon, 15 Oct 2018 09:17:34 +0000 (15 17:17 +0800)
committerThomas Huth <thuth@redhat.com>
Tue, 16 Oct 2018 16:34:19 +0000 (16 18:34 +0200)
tree88f94f30412b311ac20f62f1f9f5d85ef24cf801
parent53d593d25bec52bcb91b53a93d47857cb5961da3
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>
scripts/archive-source.sh