From: jkummerow@chromium.org Date: Tue, 29 Jan 2013 10:40:43 +0000 (+0000) Subject: Unify the shebang line of python scripts X-Git-Tag: upstream/4.7.83~15184 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6948fece080b3658f60f3dab66fbc1838f28f532;p=platform%2Fupstream%2Fv8.git Unify the shebang line of python scripts Review URL: https://codereview.chromium.org/12095012 Patch from Haitao Feng . git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13536 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/build/gyp_v8 b/build/gyp_v8 index 345f777..bf81ad3 100755 --- a/build/gyp_v8 +++ b/build/gyp_v8 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Copyright 2012 the V8 project authors. All rights reserved. # Redistribution and use in source and binary forms, with or without diff --git a/tools/run-valgrind.py b/tools/run-valgrind.py index 49c1b70..f25f7a1 100755 --- a/tools/run-valgrind.py +++ b/tools/run-valgrind.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Copyright 2009 the V8 project authors. All rights reserved. # Redistribution and use in source and binary forms, with or without