summary refs log tree commit diff stats
path: root/ranger.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-06-09 13:07:16 +0200
committerhut <hut@lavabit.com>2010-06-09 13:07:16 +0200
commit57deeb86a73e527e7de3881cd5aa1488629695cf (patch)
tree87d1131e58a1b4aab4ae28334108dba8284ee18a /ranger.py
parentf66cc63de49c69713631bc5f505992958e5ef5e8 (diff)
downloadranger-57deeb86a73e527e7de3881cd5aa1488629695cf.tar.gz
Reverted hashbang for ranger.py.
It causes an error here:
/usr/bin/env: python -O: No such file or directory
Diffstat (limited to 'ranger.py')
-rwxr-xr-xranger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger.py b/ranger.py
index a3f2095b..aca1b557 100755
--- a/ranger.py
+++ b/ranger.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python -O
+#!/usr/bin/python -O
 # coding=utf-8
 #
 # Ranger: Explore your forest of files from inside your terminal