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/build') diff --git a/commands/build b/commands/build index 0ac97fb..33536ac 100755 --- a/commands/build +++ b/commands/build @@ -1,4 +1,4 @@ -#!/usr/bin/python -u +#!/usr/bin/env python import argparse import sys -- cgit v0.9.1