summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2012-04-13 06:57:09 +0200
committerhut <hut@lavabit.com>2012-04-13 06:57:09 +0200
commit1e2d7ced68ffec4a0fdebfa4e2fecad765a79c81 (patch)
tree9da62e37a1ea88ea5433adc885254644c4d4b7b7 /ranger
parent9cf43c171c81eb14037bf595f23642091ed1aa19 (diff)
downloadranger-1e2d7ced68ffec4a0fdebfa4e2fecad765a79c81.tar.gz
ext.rifle: remove hardwired "--" argument in execute()
for compatibility
Diffstat (limited to 'ranger')
-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 c0658c17..474aa021 100755
--- a/ranger/ext/rifle.py
+++ b/ranger/ext/rifle.py
@@ -258,7 +258,7 @@ class Rifle(object):
 				found_at_least_one = True
 		else:
 			if label and label in get_executables():
-				cmd = '%s -- "$@"' % label
+				cmd = '%s "$@"' % label
 				command = self._build_command(files, cmd, flags)
 
 		# Execute command
mit/gen_linux_iso?h=hlt&id=23fd294d85959c6b476bcdc35ed6ad508cc99b8f'>23fd294d ^
30b2fcf8 ^
46bb1d31 ^

25636f70 ^


30b2fcf8 ^
5183a842 ^
30b2fcf8 ^
46bb1d31 ^
5183a842 ^
30b2fcf8 ^

46bb1d31 ^
5183a842 ^
30b2fcf8 ^

25636f70 ^
30b2fcf8 ^

25636f70 ^
30b2fcf8 ^
25636f70 ^
30b2fcf8 ^
25636f70 ^
f4bef91b ^
25636f70 ^


30b2fcf8 ^
25636f70 ^
30b2fcf8 ^

25636f70 ^
30b2fcf8 ^




25636f70 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61