Revision bdba4757 autotools/check-python-code

b/autotools/check-python-code
18 18
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 19
# 02110-1301, USA.
20 20

  
21
let problems=0
21
set -e
22

  
23
# "[...] If the last ARG evaluates to 0, let returns 1; 0 is returned
24
# otherwise.", hence ignoring the return value.
25
let problems=0 || :
22 26

  
23 27
for script; do
24 28
  if grep -n -H -F $'\t' "$script"; then

Also available in: Unified diff