Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/check
diff options
context:
space:
mode:
Diffstat (limited to 'commands/check')
-rwxr-xr-xcommands/check4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/check b/commands/check
index 0567b41..5971448 100755
--- a/commands/check
+++ b/commands/check
@@ -1,4 +1,4 @@
-#!/usr/bin/python -u
+#!/usr/bin/env python
import argparse
import os
@@ -25,7 +25,7 @@ def _get_test_path(name):
def _get_python_scripts():
- shebang = "#!/usr/bin/python"
+ shebang = "#!/usr/bin/env python"
dirs = ["commands", "tools"]
scripts = []