__init__.py
author Todd Larsen <tlarsen@google.com>
Tue, 20 Jan 2009 22:21:32 +0000
changeset 853 062290a3b3cf
parent 63 9b1909e46633
permissions -rw-r--r--
Linux /bin/sh (GNU) is not the same as OS X /bin/sh (BSD), so use /bin/bash. Fixes: scripts/pylint/do_pylint.sh: 27: Syntax error: "(" unexpected on Ubuntu (and possibly other Linux distros). Patch by: Todd Larsen Review by: to-be-reviewed