summaryrefslogtreecommitdiffstats
path: root/TOOLS/idet.sh
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@gmail.com>2014-09-15 20:49:09 -0400
committerwm4 <wm4@nowhere>2014-09-16 17:29:39 +0200
commitec2c6a17dc96e1a5a8109f97f01a88500cdeaed3 (patch)
tree14865a5ff94c5f46bea29710ee93f1790233e7a5 /TOOLS/idet.sh
parentba2a3f40ac0e94d8b71b70284699da9046887dfd (diff)
downloadmpv-ec2c6a17dc96e1a5a8109f97f01a88500cdeaed3.tar.bz2
mpv-ec2c6a17dc96e1a5a8109f97f01a88500cdeaed3.tar.xz
TOOLS, version.sh: shellcheck: replace `cmd` with $(cmd)
Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'TOOLS/idet.sh')
-rwxr-xr-xTOOLS/idet.sh2
1 files changed, 1 insertions, 1 deletions
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%% *}