TOOLS, version.sh: shellcheck: replace cmd with $(cmd)

Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
Ben Boeckel
2014-09-15 20:49:09 -04:00
committed by wm4
parent ba2a3f40ac
commit ec2c6a17dc
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ testfun()
judge()
{
out=`testfun "$@"`
out="$(testfun "$@")"
tff=${out##* TFF:}; tff=${tff%% *}
bff=${out##* BFF:}; bff=${bff%% *}