summaryrefslogtreecommitdiffstats
path: root/Tools/Scripts/webkitpy/test/echo.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Scripts/webkitpy/test/echo.py')
-rw-r--r--Tools/Scripts/webkitpy/test/echo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Scripts/webkitpy/test/echo.py b/Tools/Scripts/webkitpy/test/echo.py
index f7468f7..5d4d8e2 100644
--- a/Tools/Scripts/webkitpy/test/echo.py
+++ b/Tools/Scripts/webkitpy/test/echo.py
@@ -30,7 +30,7 @@ from webkitpy.common.system import fileutils
def command_arguments(*args):
- return ['python', __file__] + list(args)
+ return [sys.executable, __file__] + list(args)
def main(args=None):