diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-04-24 14:47:33 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-04-24 14:47:33 -0700 |
commit | 7750e1c5017dba886cadcfb30b350d4414357a2a (patch) | |
tree | e478aa8dd524662ce407353a2bc1403e7a66b473 | |
parent | 3ef18246fcf88b8115cd69d9e9182e841533aac7 (diff) |
better hashbang in emscripten.py
-rwxr-xr-x | emscripten.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emscripten.py b/emscripten.py index 45c9f418..044d6cd9 100755 --- a/emscripten.py +++ b/emscripten.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python ''' You should normally never use this! Use emcc instead. |