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/distribute') diff --git a/commands/distribute b/commands/distribute index 1da8b0b..6642e1e 100755 --- a/commands/distribute +++ b/commands/distribute @@ -1,4 +1,4 @@ -#!/usr/bin/python -u +#!/usr/bin/env python import sys -- cgit v0.9.1