diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 07:39:26 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 07:39:26 +0000 |
commit | 0d50e405a5fe5af628eb16ecae38962ce371a39d (patch) | |
tree | 3fcf7489a9404e0b71f3edff9e8020c3e189eae9 /webkit/tools | |
parent | 0c8a9b1ea09c88dd5860191c8430c81dfcb96199 (diff) | |
download | chromium_src-0d50e405a5fe5af628eb16ecae38962ce371a39d.zip chromium_src-0d50e405a5fe5af628eb16ecae38962ce371a39d.tar.gz chromium_src-0d50e405a5fe5af628eb16ecae38962ce371a39d.tar.bz2 |
Apply svn:executable to .py files which should have it.
Review URL: http://codereview.chromium.org/14012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6884 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rwxr-xr-x[-rw-r--r--] | webkit/tools/leak_tests/run_node_leak_test.py | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | webkit/tools/merge/update-branch-webkit.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/leak_tests/run_node_leak_test.py b/webkit/tools/leak_tests/run_node_leak_test.py index b7b13ed..f45869a 100644..100755 --- a/webkit/tools/leak_tests/run_node_leak_test.py +++ b/webkit/tools/leak_tests/run_node_leak_test.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/python # Copyright (c) 2006-2008 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. diff --git a/webkit/tools/merge/update-branch-webkit.py b/webkit/tools/merge/update-branch-webkit.py index 8589911..09fbd63 100644..100755 --- a/webkit/tools/merge/update-branch-webkit.py +++ b/webkit/tools/merge/update-branch-webkit.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/python # Copyright (c) 2006-2008 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. |