From d424f48a08f1ae4ffc2b85e8dcccd4065ed2c5cc Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sun, 06 Jan 2013 00:18:53 +0000 Subject: Use env in the shebangs Also remove -u, not necessary now that we are using logs. --- (limited to 'commands/check-system') 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 -- cgit v0.9.1