blob: 619f28ee0fb26a6c306193b7dd8d03b09b7ead9a [file] [log] [blame]
chrisha@google.com267d6592012-06-19 19:23:31 +00001#!/bin/sh
2# Copyright (c) 2012 The Chromium Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
Mike Frysinger53297792019-08-20 21:32:33 +00006# pylint -- a shell wrapper for pylint.
chrisha@google.com267d6592012-06-19 19:23:31 +00007
8base_dir=$(dirname "$0")
Mike Frysinger53297792019-08-20 21:32:33 +00009PYTHONDONTWRITEBYTECODE=1 exec "$base_dir/pylint-1.5" "$@"