summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorRudolf Polzer <divVerent@xonotic.org>2014-07-16 16:15:12 +0200
committerRudolf Polzer <divVerent@xonotic.org>2014-07-16 16:15:12 +0200
commit35c20c30948628acac3f9772be817f636a0d06da (patch)
treec8d9692759ffb7ec62ba3a91c286bc99b2a95db7 /TOOLS
parent1c850ff5592304a91f16c5e3a062bbc5fc6c3a19 (diff)
downloadmpv-35c20c30948628acac3f9772be817f636a0d06da.tar.bz2
mpv-35c20c30948628acac3f9772be817f636a0d06da.tar.xz
idet.sh: Fix a typo.
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/idet.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/idet.sh b/TOOLS/idet.sh
index d73ec7d206..bfc4f570b1 100755
--- a/TOOLS/idet.sh
+++ b/TOOLS/idet.sh
@@ -87,7 +87,7 @@ judge()
echo "$verdict"
}
-judge --vf-clr "$@"
+judge "$@" --vf-clr
case "$verdict" in
progressive)
[ -n "$ILDETECT_DRY_RUN" ] || \