summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordcheng <dcheng@chromium.org>2015-12-25 18:18:51 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-26 02:21:05 +0000
commitc711a7fdb28a0a6d63b6cc8f7485eee3643d2ff2 (patch)
tree5ac2bd3a426f508697b6a40b8af7b1deb6b676d3
parent664c07b4a56436648cc9339c18d3bd27ae220964 (diff)
downloadchromium_src-c711a7fdb28a0a6d63b6cc8f7485eee3643d2ff2.zip
chromium_src-c711a7fdb28a0a6d63b6cc8f7485eee3643d2ff2.tar.gz
chromium_src-c711a7fdb28a0a6d63b6cc8f7485eee3643d2ff2.tar.bz2
Fix bad interpreter line in apply_fixits.py
BUG=none Review URL: https://codereview.chromium.org/1549183002 Cr-Commit-Position: refs/heads/master@{#366885}
-rwxr-xr-xtools/clang/scripts/apply_fixits.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang/scripts/apply_fixits.py b/tools/clang/scripts/apply_fixits.py
index 6387f2d..e846dad 100755
--- a/tools/clang/scripts/apply_fixits.py
+++ b/tools/clang/scripts/apply_fixits.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env/python
+#!/usr/bin/env python
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.