Skip to content

Commit 12424a4

Browse files
authoredMay 30, 2021
Fix remaining #! lines that were not using python3 (emscripten-core#14325)
1 parent 087ca39 commit 12424a4

6 files changed

+6
-6
lines changed
 

‎emranlib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# Copyright 2019 The Emscripten Authors. All rights reserved.
33
# Emscripten is available under two separate licenses, the MIT license and the
44
# University of Illinois/NCSA Open Source License. Both these licenses can be

‎tools/ctor_evaller.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# Copyright 2016 The Emscripten Authors. All rights reserved.
33
# Emscripten is available under two separate licenses, the MIT license and the
44
# University of Illinois/NCSA Open Source License. Both these licenses can be

‎tools/emprofile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# Copyright 2016 The Emscripten Authors. All rights reserved.
33
# Emscripten is available under two separate licenses, the MIT license and the
44
# University of Illinois/NCSA Open Source License. Both these licenses can be

‎tools/file_packager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# Copyright 2012 The Emscripten Authors. All rights reserved.
33
# Emscripten is available under two separate licenses, the MIT license and the
44
# University of Illinois/NCSA Open Source License. Both these licenses can be

‎tools/maybe_wasm2js.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22
# Copyright 2019 The Emscripten Authors. All rights reserved.
33
# Emscripten is available under two separate licenses, the MIT license and the
44
# University of Illinois/NCSA Open Source License. Both these licenses can be

‎tools/simde_update.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# Copyright 2020 The Emscripten Authors. All rights reserved.
33
# Emscripten is available under two separate licenses, the MIT license and the
44
# University of Illinois/NCSA Open Source License. Both these licenses can be

0 commit comments

Comments
 (0)
Please sign in to comment.