diff --git a/bin/setup b/bin/setup index 551ac87e9..5f751b95b 100755 --- a/bin/setup +++ b/bin/setup @@ -47,8 +47,8 @@ fi found=0 for t in tidy tidy5; do if which ${t} > /dev/null 2>&1; then - found=1 - break + found=1 + break fi done