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/pull') diff --git a/commands/pull b/commands/pull index 313dc0f..8be2ef5 100755 --- a/commands/pull +++ b/commands/pull @@ -1,4 +1,4 @@ -#!/usr/bin/python -u +#!/usr/bin/env python import argparse import sys -- cgit v0.9.1