mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
TOOLS, version.sh: shellcheck: replace cmd with $(cmd)
Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
@@ -30,7 +30,7 @@ testfun()
|
||||
|
||||
judge()
|
||||
{
|
||||
out=`testfun "$@"`
|
||||
out="$(testfun "$@")"
|
||||
|
||||
tff=${out##* TFF:}; tff=${tff%% *}
|
||||
bff=${out##* BFF:}; bff=${bff%% *}
|
||||
|
||||
Reference in New Issue
Block a user