From ec2c6a17dc96e1a5a8109f97f01a88500cdeaed3 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 15 Sep 2014 20:49:09 -0400 Subject: TOOLS, version.sh: shellcheck: replace `cmd` with $(cmd) Signed-off-by: wm4 --- TOOLS/idet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS/idet.sh') diff --git a/TOOLS/idet.sh b/TOOLS/idet.sh index 983052c822..3e57a3df33 100755 --- a/TOOLS/idet.sh +++ b/TOOLS/idet.sh @@ -30,7 +30,7 @@ testfun() judge() { - out=`testfun "$@"` + out="$(testfun "$@")" tff=${out##* TFF:}; tff=${tff%% *} bff=${out##* BFF:}; bff=${bff%% *} -- cgit v1.2.3