summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-22 04:07:27 +0100
committerhut <hut@lavabit.com>2013-02-22 04:20:06 +0100
commitc1138eb006c6daaa9b88204b0695f18d55e027dc (patch)
tree8fb91956a22d2a6735d04ad1e070751a985fe3b3
parentd894fd02f52c569cfcf73917a006d68513af56ff (diff)
downloadranger-c1138eb006c6daaa9b88204b0695f18d55e027dc.tar.gz
ext.rifle: remove -S from shebang line to allow site imports
this enables rifle to find the default rilfe.conf when installed via a
package manager and when the user did not --copy-config=rifle.
-rwxr-xr-xranger/ext/rifle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/ext/rifle.py b/ranger/ext/rifle.py
index dff87b5a..e28c8bd6 100755
--- a/ranger/ext/rifle.py
+++ b/ranger/ext/rifle.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python -S
+#!/usr/bin/python
 # Copyright (C) 2012-2013  Roman Zimbelmann <hut@lavabit.com>
 # This software is distributed under the terms of the GNU GPL version 3.