| Index: Tools/Scripts/webkitpy/common/system/executive.py
|
| diff --git a/Tools/Scripts/webkitpy/common/system/executive.py b/Tools/Scripts/webkitpy/common/system/executive.py
|
| index 5a1d9f6fb73994b0296e42d7cc1a0002d67d49b7..dd1bc6a5e335dbf6eb9288e3acc7bc7074650786 100644
|
| --- a/Tools/Scripts/webkitpy/common/system/executive.py
|
| +++ b/Tools/Scripts/webkitpy/common/system/executive.py
|
| @@ -130,8 +130,6 @@ class Executive(object):
|
| return None
|
| if first_line.find('python') > -1:
|
| return sys.executable
|
| - if first_line.find('perl') > -1:
|
| - return 'perl'
|
| if first_line.find('ruby') > -1:
|
| return 'ruby'
|
| return None
|
|
|