Skip to content

Commit fca3dd3

Browse files
Unify the shebang line of python scripts
Review URL: https://codereview.chromium.org/12095012 Patch from Haitao Feng <[email protected]>. git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@13536 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
1 parent e1e67b9 commit fca3dd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/gyp_v8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2012 the V8 project authors. All rights reserved.
44
# Redistribution and use in source and binary forms, with or without

tools/run-valgrind.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2009 the V8 project authors. All rights reserved.
44
# Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)