Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/check-system
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-06 00:18:53 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-06 00:18:53 (GMT)
commitd424f48a08f1ae4ffc2b85e8dcccd4065ed2c5cc (patch)
treea0dbc5fe7e7476c2837be112d40153c477fc2040 /commands/check-system
parent158bab70abfafd544eac5528761ae3eaed9218a3 (diff)
Use env in the shebangs
Also remove -u, not necessary now that we are using logs.
Diffstat (limited to 'commands/check-system')
-rwxr-xr-xcommands/check-system2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/check-system b/commands/check-system
index f471f58..89c3596 100755
--- a/commands/check-system
+++ b/commands/check-system
@@ -1,4 +1,4 @@
-#!/usr/bin/python -u
+#!/usr/bin/env python
import argparse
import os