summaryrefslogtreecommitdiffstats
path: root/webkit/tools
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools')
-rwxr-xr-x[-rw-r--r--]webkit/tools/leak_tests/run_node_leak_test.py2
-rwxr-xr-x[-rw-r--r--]webkit/tools/merge/update-branch-webkit.py2
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.