From 8e64d901fd7efd39868a889159329f41f74e3f9e Mon Sep 17 00:00:00 2001 From: Siddharth Shukla Date: Sun, 12 Mar 2017 19:50:18 +0100 Subject: Modify shebang on python scripts Change shebangs to `#!/usr/bin/env python` instead of `#!/usr/bin/env python2.7`. --- tools/run_tests/sanity/check_sources_and_headers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/run_tests/sanity/check_sources_and_headers.py') diff --git a/tools/run_tests/sanity/check_sources_and_headers.py b/tools/run_tests/sanity/check_sources_and_headers.py index 0bb92fda8b..f2e0bfeb3d 100755 --- a/tools/run_tests/sanity/check_sources_and_headers.py +++ b/tools/run_tests/sanity/check_sources_and_headers.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # Copyright 2015, Google Inc. # All rights reserved. # -- cgit v1.2.3