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/shell') diff --git a/commands/shell b/commands/shell index 657cfce..664f218 100755 --- a/commands/shell +++ b/commands/shell @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import os -- cgit v0.9.1