Skip to content

Commit

Permalink
use interpreter relative to PATH
Browse files Browse the repository at this point in the history
Remove hardcoded /usr/bin/python path, so different version of
interpreter (e.g. from SDK) could be used.
  • Loading branch information
sa-kib committed Nov 30, 2017
1 parent 3f6e17a commit 333190e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oi-help-compiler
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import os
import sys
from babel.messages.catalog import Catalog
Expand Down

0 comments on commit 333190e

Please sign in to comment.