aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib/check_copyright.py
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2015-09-23 16:29:44 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2015-09-23 16:29:44 +0000
commitae4fbcd6434de1b927259f5456a822f720e36434 (patch)
treef97478bfd49eacc0b2c5ee42b3e85f2f8cabcab4 /tools/distrib/check_copyright.py
parent41aab15c74130ae36850d88c8bea0063c83236e7 (diff)
Use "#!/usr/bin/env python2.7" only in utilities
Diffstat (limited to 'tools/distrib/check_copyright.py')
-rwxr-xr-xtools/distrib/check_copyright.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/distrib/check_copyright.py b/tools/distrib/check_copyright.py
index 1d09ed42a5..fac2a5af09 100755
--- a/tools/distrib/check_copyright.py
+++ b/tools/distrib/check_copyright.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.7
+#!/usr/bin/env python2.7
# Copyright 2015, Google Inc.
# All rights reserved.