Skip to content

Commit 3672596

Browse files
committed
Fix run.py shebang
1 parent 3d98862 commit 3672596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python3
22
# Copyright (c) 2012 The Native Client Authors. All rights reserved.
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.

0 commit comments

Comments
 (0)