mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
TOOLS: idet: remove extra '$' in $(()) expansion
This commit is contained in:
parent
b12a287227
commit
54d1dae687
@ -45,10 +45,10 @@ judge()
|
|||||||
exit 16
|
exit 16
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
tff=$(($tff + $tff1))
|
tff=$((tff + tff1))
|
||||||
bff=$(($bff + $bff1))
|
bff=$((bff + bff1))
|
||||||
progressive=$(($progressive + $progressive1))
|
progressive=$((progressive + progressive1))
|
||||||
undetermined=$(($undetermined + $undetermined1))
|
undetermined=$((undetermined + undetermined1))
|
||||||
done <<EOF
|
done <<EOF
|
||||||
$(testfun "$@")
|
$(testfun "$@")
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user